Copyright 2011 The University of Melbourne
The contents of this repository have been produced by The University of Melbourne for internal use and must not be distributed without the express permission of The University of Melbourne.
git clone [email protected]:marcom-unimelb/unimelb-design-system.git
cd unimelb-design-system
bundle install
./bin/server
The development site will be available at http://localhost:3000/
Setup a .env
with the following keys:
AWS_ACCESS_KEY_ID='...key id...'
AWS_SECRET_ACCESS_KEY='...secret key...'
FOG_DIRECTORY='...bucket...'
Run the following command:
bundle exec rake assets:deploy VERSION=...