Difference between revisions of "InstallingAboutUsOnOSX"

Line 1: Line 1:
* Download au_dev_environment.dmg from nimbus.
+
==Git==
* Copy opt and www to /.
+
* Download binary from http://code.google.com/p/git-osx-installer/downloads/list?can=3
 +
* Verify git functions.
 +
 
 +
==Dev environment==
 +
* (Includes precompiled Apache, PHP, Ruby, and all necessary libraries and extensions)
 +
* Download au_dev_environment.dmg from nimbus and open the image file.
 +
* Copy [dev image]/opt and [dev image]/www to /
 
* Copy mysql-5.0.67-osx10.5-x86 to /usr/local
 
* Copy mysql-5.0.67-osx10.5-x86 to /usr/local
* Run the following commands:
+
* Run the following commands to set up mysql:
 
<pre>
 
<pre>
 
cd /usr/local
 
cd /usr/local
sudo ln -s mysql mysql-5.0.67-osx10.5-x86
+
sudo ln -s mysql-5.0.67-osx10.5-x86 mysql
 +
sudo chown -R _mysql /usr/local/mysql/data
 +
</pre>
 +
* Edit your ~/.profile (or ~/.bashrc) and append the lines from [dev image]/profile
 +
* Restart any open terminal sessions.
 +
* Append the following line to /etc/hosts:
 +
<pre>
 +
127.0.0.1 compostus
 +
</pre>
  
 
Old instructions moved to [[InstallingAboutUsOnOSXFromScratch]].
 
Old instructions moved to [[InstallingAboutUsOnOSXFromScratch]].

Revision as of 10:08, 20 November 2008

Git

Dev environment

  • (Includes precompiled Apache, PHP, Ruby, and all necessary libraries and extensions)
  • Download au_dev_environment.dmg from nimbus and open the image file.
  • Copy [dev image]/opt and [dev image]/www to /
  • Copy mysql-5.0.67-osx10.5-x86 to /usr/local
  • Run the following commands to set up mysql:
cd /usr/local
sudo ln -s mysql-5.0.67-osx10.5-x86 mysql
sudo chown -R _mysql /usr/local/mysql/data
  • Edit your ~/.profile (or ~/.bashrc) and append the lines from [dev image]/profile
  • Restart any open terminal sessions.
  • Append the following line to /etc/hosts:
127.0.0.1 compostus

Old instructions moved to InstallingAboutUsOnOSXFromScratch.



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