bf777 / ubyssey.ca

The code that powers www.ubyssey.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubyssey Dispatch Theme

Installation

Mac Instructions

Windows Instructions

Development

Once you have your local environment configured, follow these steps to start the server for development:

Mac OSX

# Start the MySQL server
mysql.server start

# If that doesn't work, try:
brew services start mysql

# Activate your virtualenv (if you're using one)
cd ubyssey-dev
source bin/activate

# Run the server!
cd ubyssey-dispatch-theme
python manage.py runserver

# In a separate terminal tab, start the gulp process. It will watch for changes to the source files and automatically re-build the static files during development.
cd ubyssey-dispatch-theme/ubyssey/static/
gulp

Windows

First, make sure your MySQL server is running!

# Activate your virtualenv (if you're using one)
cd ubyssey-dev
.\Scripts\activate

# Run the server!
cd ubyssey-dispatch-theme
python manage.py runserver

# In a separate command prompt window, start the gulp process. It will watch for changes to the source files and automatically re-build the static files during development.
cd ubyssey-dispatch-theme/ubyssey/static/
gulp

About

The code that powers www.ubyssey.ca


Languages

Language:CSS 34.7%Language:HTML 31.0%Language:Python 23.4%Language:JavaScript 10.6%Language:Shell 0.3%