Create most informative surveys with the click of a button
-
Run docker-compose:
docker-compose up
-
Setup database:
docker-compose exec app bundle exec rake db:setup
-
If you have permission problems with files created by the docker containers simply chown the directory:
sudo chown -R $USER railsurveys/
- When a normal user creates a survey it must be accepted by an admin.
- There is an admin user seed in seeds.rb with a random password, use 'forgot password' to set your own.