Kiln » Kiln Storage Service Read More
Clone URL:  
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
REQUIREMENTS ------------ You will need Mercurial 1.4.2, django-piston 0.2.2, Django 1.1, FogBugz Middleware 1.1, and Pygments 1.2 installed and available in a directory included in your PYTHONPATH. If you want to use the backend as a Windows service, you will also need pywin32. If you want to build an EXE, you will also need to install py2exe. USAGE ----- If you have the prereqs installed, you should simply be able to run. You can modify the file local_settings.py in kiln/ appropriately, if you need to change the default settings. If you want to build a Windows EXE, simply run "python setup.py py2exe", or run build.ps1 if you have PowerShell installed.