You can run this in development to bypass the API cache.
$ DISABLE_CACHE=true rails s
You can work with development API by launching a rails s -p 5000
of lewagon/alumni in another terminal tab, then launch the www
rails app with:
$ ALUMNI_BASE_URL=http://localhost:5000/api/v1 DISABLE_CACHE=true rails s
- Create a new City in production at alumni.lewagon.org/admin
- Create a branch in the
www
repo. - Locally add a new slug to data/cities.yml
- Go to
http://localhost:3000/the_new_city_slug
- Change production data on Alumni admin until you're satisfied
- Commit and push your changes
The app configuration lies in config/application.yml
and is not
versionned by git (for security reasons). If you've just cloned this
repo, ask a colleague for his application.yml
file over a secure channel.
The first commit of this app has been generated thanks to lewagon/wagon_rails's rails app generator.
$ bin/deploy