Files for the Kaeru Language website. Implemented using Django 1.5.1 on Python 2.7. Hosted by systems.cs.cornell.edu
Use the following workflow to push updates to the main site:
- Clone this repository locally.
- Hack, hack, hack. View the site locally by starting the Django server via
python manage.py runserver
. - Push your updates to the main repo with
git push origin master
. - Log into the syslab server with
ssh www.kaeru-lang.org
. Enter your username and password. - Use
git pull
to update the existing files on the site. - Admire your changes at http://www.kaeru-lang.org
Enjoy!