===================================================================================== Welcome to the DireWolf Job Portal
Note: Please follow the below steps to setup the application in your local machine:
-
Setup a test directory: mkdir ~/test
-
Clone the repository.
-
Setup your database.yml as shown in 'database.yml.copy'
-
Run the following commands:
- bundle install
- 'rake db:create'
- 'rake db:migrate'
- 'rake setup_sample_application'
-
Your application is good to go.
-
Start your sever using: 'rails server'