https://github.com/pythonindia/planet-python-india
code for setting up Planet Python India
https://github.com/pythonindia/planet-python-india
Last synced: 7 months ago
JSON representation
code for setting up Planet Python India
- Host: GitHub
- URL: https://github.com/pythonindia/planet-python-india
- Owner: pythonindia
- Created: 2012-11-26T17:35:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T18:08:44.000Z (over 11 years ago)
- Last Synced: 2024-12-28T17:34:17.733Z (over 1 year ago)
- Language: Python
- Size: 239 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the code that runs http://planet.python.org.in.
### INSTALL
to install do the following:
1. Clone the repo
$ git clone git://github.com/ipss/planet-python-india.git
$ cd planet-python-india
2. Setup virtualenv
$ make venv
This creates a virtualenv in the root of the project directory and installs all the dependencies. It also takes care of renaming `planet.py` as `run-planet.py` to avoid import conflicts.
3. Build the planet
$ make
The output is available at output/index.html
### Editing Templates
A detailed template editing guide is available in the http://planetpython.org documentation.
### Some Useful Paver Commands
There are a few useful paver commands packaged in this repo.
#### clean_compiled_templates
Theclean_compiled_templates command is used to clean compiled templates from the source directory. Use this when you encounter a Permission Denied error on repeated runninng of the cron.