Skip to content

PennAppsTeam/PennApps2012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

378 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PennApps 2012 Main Landing Site

Being the main landing site for pennapps.com and subsidary sites.

Requirements

  • SASS (gem install sass)
  • jinja2 (pip install jinja2)
  • (optional) watchdog (pip install watchdog)

Setup

To build the jinja templates, simply run 'python build.py'. This will locate the templates inside of /templates and compile them into ./. If you install watchdog, you can also run 'python build.py --watch' to automatically recompile templates on change.

To build the sass run sass --watch sass:css. This will watch the ./sass folder for changes and automatically recompile the sass files into ./css.

Pushing to Production

  • ssh-copy-id [email protected] (passwordless ssh)

  • git remote add production ssh://[email protected]/home/pennapps/2012f/site.git (adds new endpoint for pushing)

  • git push -u web master

Releases

No releases published

Packages

No packages published

Contributors 8