Skip to content

Instantly share code, notes, and snippets.

@voxpelli
Forked from persand/install.log.textile
Created August 16, 2010 12:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voxpelli/526843 to your computer and use it in GitHub Desktop.
Save voxpelli/526843 to your computer and use it in GitHub Desktop.

Apps

Even more info and discussion in swedish at jaiku: http://andreaskrohn.jaiku.com/presence/49730896

Ports

  • $ sudo port install gnupg
  • $ sudo port install git-core +doc +svn +bash_completion
    • Another exception if you are using Snow Leopard, you might have to skip +svn here
    • Add the following to your ~/.profile

      if [ -f /opt/local/etc/bash_completion ]; then
      . /opt/local/etc/bash_completion
      fi
    • If you’re going to use git with cvs
      • $ sudo port install cvsps
  • $ sudo port install gawk
  • $ sudo port install mysql5-server
    • Don’t forget to follow the installation instructions printed during the install process
  • $ sudo port install apache2
    • Don’t forget to follow the installation instructions printed during the install process
  • $ sudo port install php52 +apache2 +fastcgi +imap +tidy +mysql5 +sqlite +pear +readline +sockets +t1lib
    • Don’t forget to follow the installation instructions printed during the install process
  • Add apache and mysql bin path to your PATH:
    • /opt/local/apache2/bin
    • /opt/local/lib/mysql5/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment