Skip to content

Instantly share code, notes, and snippets.

@ion1
Created March 1, 2010 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ion1/318639 to your computer and use it in GitHub Desktop.
Save ion1/318639 to your computer and use it in GitHub Desktop.
http://github.com/ion1/t5w.fi
% cd your-project-directory
% sudo apt-get install gitg
(not a typo)
% git clone git://github.com/ion1/t5w.fi.git
% cd t5w.fi
% gitg
% sudo apt-get install rubygems
% sudo gem install rake bundler
% sudo apt-get install ruby1.8-dev libxslt1-dev libsqlite3-dev
% bundle install
% export PATH="$PATH:$HOME/.bundle/ruby/1.8/bin"
% cp config/database.yml{.example,}
% rake tmp:create db:migrate
% script/rails server
http://0.0.0.0:3000/projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment