355 B
355 B
Get up and running
- Clone the repo
bundle install- install any other dependencies you're missing or prompted for
rails db:create- if you don't have permissions
$ sudo -u postgres createuser <username>
$ psql -U postgres
postgres=# ALTER USER <username> CREATEDB;
rails db:migraterails server- Open localhost:3000