Downloading
Requirements
Lintory is Alpha software. As such these limitations may be removed if there is enough demand.
- Django from subversion.
- Curl for Win32.
- LDAP server for retrieving parties that may own or use things.
- Linux server for central server. Other platforms may work, but not supported.
- django-tables.
- django-filter.
Warning: Database schema is also experimental and subject to change.
Monotone instructions
How to download Lintory.
Download/install required packages
sudo apt-get install monotone bzr git-core bzr branch lp:django-tables django-tables
Need to put django-tables/django_tables in python path.
git clone git://github.com/alex/django-filter.git django-filter
Need to put django-filter/filter in python path.
Use monotone to download the source code:
mtn --db=/some/path/lintory.mtn db init mtn --db=/some/path/lintory.mtn pull Lintory.mtn-host.prjek.net org.vpac.brian.lintory.main mtn --db=/some/path/lintory.mtn co --branch org.vpac.brian.lintory.main lintory cd lintory
Replace /some/path with path where you want to put monotone database. This contains the full revision history of the source code.
The fingerprint of the remote server is a52f85615cb2445989f525bf17a603250381a751 (in case you trust this website...).
Proceed to installation.