jaredcosulich / innovationwomen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

innovationwomen

=============

Getting started developing

  • Install and launch the Postgres app
  • Create a postgres role: run psql, then run create role innovationwomen login createdb;
  • Create the databases: rake db:create:all
  • Run migrations: rake db:migrate
  • Run tests: rake
  • Start the server: foreman start
  • Visit the site: http://localhost:5000/

About


Languages

Language:JavaScript 89.6%Language:Ruby 8.0%Language:HTML 2.1%Language:CSS 0.4%Language:CoffeeScript 0.0%