Showing posts with label Desiremesh. Show all posts
Showing posts with label Desiremesh. Show all posts

Desiremesh - Setup Newsgroup

git clone git@desiremesh.unfuddle.com:desiremesh/newsgroup.git

Install Gem
sudo gem install rmagick hpricot htmlentities RedCloth rake haml aws-s3

Setup database.yml
rake db:create
rake db:migrate
ruby script/server

Basic Git Commands

git clone git@desiremesh.unfuddle.com:desiremesh/newsgroup.git
git commit -a -m 'comments here'
git push