- Install the dependencies:
bundle install
- Start the dev server:
bundle exec rackup
- Visit http://localhost:3000 (http://localhost:3000/admin for the admin)
Add a new section in config/site_settings.yml
under defaults.course_dates
for the new year, e.g.:
defaults: &defaults
...
course_dates:
... previous years ...
year_2014:
day_1:
- 2014-06-04
- 2014-06-06
day_2:
- 2014-06-05
- 2014-06-07
day_3:
- 2014-10-08
- 2014-10-09
Change applications_open: false
to applications_open: true
in config/site_settings.yml
.
The application form (/apply
) should now be accessible.
$> cap deploy
You can access the website at https://mintt.epfl.ch
If something is not good, simply rollback:
$> cap deploy:rollback
You can access the admin at https://mintt.epfl.ch/admin, credentials can be found in config/admin.yml
.