Skip to content

DnevnikRu/loadresult

Repository files navigation

Load Result

Install a development environment

  1. Clone the repo https://github.com/DnevnikRu/loadresult.git
  2. bundle install to install all necessary dependencies
  3. bundle exec rake db:setup to create the database, load the schema and initialize it with the seed data
  4. rails server to run the application
  5. Go to http://localhost:3000 in a browser

Install a database

OS X
  1. brew install postgres
  2. pg_ctl -D /usr/local/var/postgres start
  3. psql
  4. CREATE USER postgres SUPERUSER;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •