Skip to content

HenryYao369/kaeru

 
 

Repository files navigation

Kaeru

Files for the Kaeru Language website. Implemented using Django 1.5.1 on Python 2.7. Hosted by systems.cs.cornell.edu

How to Update the Site

Use the following workflow to push updates to the main site:

  1. Clone this repository locally.
  2. Hack, hack, hack. View the site locally by starting the Django server via python manage.py runserver.
  3. Push your updates to the main repo with git push origin master.
  4. Log into the syslab server with ssh www.kaeru-lang.org. Enter your username and password.
  5. Use git pull to update the existing files on the site.
  6. Admire your changes at http://www.kaeru-lang.org

Enjoy!

About

Everything kaeru

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.6%
  • JavaScript 34.7%
  • HTML 15.9%
  • CSS 0.8%