...
Code Block |
---|
SCSS_EXECUTABLE = "/opt/ruby/bin/sass" COFFESCRIPT_EXECUTABLE = "/usr/bin/coffee" SCSS_USE_COMPASS = True |
Installing PostGIS
In mid-April 2013, OER Commons added some map features. This requires the installation of PostGIS on your local system.
To install PostGIS on your VM follow the instructions at Installing PostGIS in your OER Commons VM.
Note: You will only have to install PostGIS once!
To completely rebuild the database
Log in to the vagrant VM:
...