Windows
- Install Ruby (Version 1.8.7 or later)
- Install the Devkit (https://github.com/oneclick/rubyinstaller/wiki/Development-Kit)
- Enter
gem install bundler
in console - Navigate to project folder and enter
bundle install
in console
Mac OSX
- Enter
sudo gem install bundler
in terminal - Navigate to project folder and enter
sudo bundle install
in terminal
Linux
- Install Ruby (Version 1.8.7 or later)
- Enter
sudo gem install bundler
in terminal - Navigate to project folder and enter
sudo bundle install
in terminal
Windows
- Navigate to project folder in console
- Enter
ruby app/app.rb
in console
Mac OSX, Linux
- Navigate to project folder in terminal
- Enter
ruby app/app.rb
in terminal
Go to http://localhost:4567
in browser and use the following data to login and test:
- Username:
ese
- Password:
ese
To test some features like email verification, password validation, forgot password, etc, you must register a new account!