Difference between revisions of "InstallingAboutUsOnLinux"
Arif Iqbal (talk | contribs) |
Arif Iqbal (talk | contribs) (→Instructions) |
||
| Line 24: | Line 24: | ||
# [[InstallingAboutUsOnLinux/InstallApache | Install and configure Apache]] | # [[InstallingAboutUsOnLinux/InstallApache | Install and configure Apache]] | ||
# [[InstallingAboutUsOnLinux/InstallPhp | Install and configure PHP]] | # [[InstallingAboutUsOnLinux/InstallPhp | Install and configure PHP]] | ||
| + | # [[InstallingAboutUsOnLinux/InstallMysql | Install and configure Mysql]] | ||
# [[InstallingAboutUsOnLinux/Git | Install and configure GIT]] | # [[InstallingAboutUsOnLinux/Git | Install and configure GIT]] | ||
Revision as of 07:20, 1 January 2008
See also InstallingAboutUsOnOSX
Contents
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
- Install Ruby and Gems
- Install and configure Apache
- Install and configure PHP
- Install and configure Mysql
- Install and configure GIT
Gitting the AboutUs repository
git clone nimbus.aboutus.com:/opt/git/aboutus $AboutUsPath/aboutus
Create Database Users and Settings
create user = wiki password = wiki database = wiki_dev, aboutusbot, wiki_test cd $AboutUsPath/aboutus mysql -u wiki -p wiki_dev
