Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

axelerator/sealand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You need:

* ruby 1.9
* postgres

Setup

* create a db role: sealand pw: sealand
* create a db: sealand_dev
* as postgres user:
  # createuser --no-createrole --createdb sealand
  # createdb -O sealand sealand_dev
* install bundler: gem install bundler
* call: bundle
* call: bundle exec rake db:migrate 
* call: bundle exec rails c
* browse: localhost:3000/signup to register new user

Heroku

* http://railsapps.github.com/rails-heroku-tutorial.html

Deploy

* git push heroku master
* heroku run rake db:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published