Difference between revisions of "InstallingAboutUsOnLinux"
(Getting the openid stuff working) |
Arif Iqbal (talk | contribs) (To take a step towards open sourcing our code) |
||
| Line 1: | Line 1: | ||
| + | <noinclude><big>[[DevelopmentTeam]] < [[DevelopmentPriorities|Priorities]] < | ||
| + | </noinclude>[[InstallingAboutUsOnLinux]] ('''1''') ([[Arif]], [[Brandon]]) <noinclude></big> | ||
| + | |||
See also [[InstallingAboutUsOnOSX]] | 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]] | ||
| + | |||
| + | ==Instructions== | ||
| + | ===Apache/PHP/MySQL=== | ||
| + | * Install Apache 2.0+ | ||
| + | * Install PHP 5+ | ||
| + | * Install MySQL 5.0.22 Ver 8.41 | ||
| + | |||
| + | ===Gitting the AboutUs repository=== | ||
| + | * git clone nimbus.aboutus.com:/opt/git/aboutus /work/aboutus | ||
| + | |||
| + | ===OpenId Installation=== | ||
| + | sudo pear install --alldeps --force http://www.openidenabled.com/resources/downloads/php-openid/pear/Auth_OpenID-1.2.2.tgz | ||
| + | sudo pear install gmp | ||
| + | sudo pear install http://www.openidenabled.com/resources/downloads/php-yadis/pear/Services_Yadis-1.0.2.tgz | ||
| + | |||
| − | + | [[Category:DevelopmentTeamProject]] | |
| − | + | </noinclude> | |
| − | |||
Revision as of 05:54, 13 August 2007
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
Instructions
Apache/PHP/MySQL
- Install Apache 2.0+
- Install PHP 5+
- Install MySQL 5.0.22 Ver 8.41
Gitting the AboutUs repository
- git clone nimbus.aboutus.com:/opt/git/aboutus /work/aboutus
OpenId Installation
sudo pear install --alldeps --force http://www.openidenabled.com/resources/downloads/php-openid/pear/Auth_OpenID-1.2.2.tgz sudo pear install gmp sudo pear install http://www.openidenabled.com/resources/downloads/php-yadis/pear/Services_Yadis-1.0.2.tgz
