Difference between revisions of "InstallingAboutUsOnLinux"

m (Alternate Script)
m
Line 21: Line 21:
  
 
==Instructions==
 
==Instructions==
 +
===Installation through Script===
 +
<pre>
 +
wget http://images.aboutus.org/images/2/28/AuScripts.zip
 +
unzip AuScripts.zip
 +
cd auScripts/
 +
./auInstall.sh
 +
</pre>
 +
 +
===Manual Installation===
 
# [[InstallingAboutUsOnLinux/InitSystem | Install Packages ]]
 
# [[InstallingAboutUsOnLinux/InitSystem | Install Packages ]]
 
# [[InstallingAboutUsOnLinux/Git | Install and configure GIT]]
 
# [[InstallingAboutUsOnLinux/Git | Install and configure GIT]]
Line 29: Line 38:
 
# [[InstallingAboutUsOnLinux/InstallPhp | Install and configure PHP]]
 
# [[InstallingAboutUsOnLinux/InstallPhp | Install and configure PHP]]
 
# [[InstallingAboutUsOnLinux/ConfiureVim | Configure VIM]]
 
# [[InstallingAboutUsOnLinux/ConfiureVim | Configure VIM]]
 
==Alternate Script==
 
<pre>
 
wget http://images.aboutus.org/images/2/28/AuScripts.zip
 
unzip AuScripts.zip
 
cd auScripts/
 
./auInstall.sh
 
</pre>
 
  
 
==Staging AboutUs Branch==
 
==Staging AboutUs Branch==

Revision as of 10:26, 25 January 2008

DevelopmentTeam

See also InstallingAboutUsOnOSX

What (summary)

Create instructions and mechanisms for interested people to install AboutUs on Linux machines.

Why this is important

  • We want to reach to the open source community so that more interested people can become part of the DevelopmentTeam
  • We want to on board new hires as seamlessly as possible. New hires often have problems getting their hands ready on the AboutUs version of MediaWiki

DoneDone

  • The git repository of the AboutUs version of MediaWiki is publicly available.
  • We have instructions set so that sophisticated new development team member can install AboutUs version of MediaWiki

Next

  • Figure out where the code is that connects to the database and make sure that we are succeeding.
  • Attach a GPL to our source
  • Expose our GIT repository
  • Further develop our instructions.

Instructions

Installation through Script

wget http://images.aboutus.org/images/2/28/AuScripts.zip
unzip AuScripts.zip
cd auScripts/
./auInstall.sh 

Manual Installation

  1. Install Packages
  2. Install and configure GIT
  3. Install Dev Tools
  4. Install Ruby and Gems
  5. Install and configure Apache
  6. Install and configure Mysql
  7. Install and configure PHP
  8. Configure VIM

Staging AboutUs Branch

export ABOUTUS_USER=UserName
stage_branch BranchName

Commands

HowToUseSSHKeys

ssh-keygen -t rsa
cd ~/.ssh/
scp id_rsa nimbus:

ssh nimbus
cp id_rsa .ssh/authorized_keys
exit
ssh-agent



Retrieved from "http://aboutus.com/index.php?title=InstallingAboutUsOnLinux&oldid=14604549"