mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
README: Clarify requirements
* Add tested versions * Web server only needed for production Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
0c7dcedca6
commit
919eb20119
14
README
14
README
|
@ -11,10 +11,18 @@ Setup
|
||||||
|
|
||||||
In order to make use of this application you will need:
|
In order to make use of this application you will need:
|
||||||
|
|
||||||
* A web server set up to host Django applications
|
* Django 1.4.x - tested with 1.4.1; newer versions may work, but the
|
||||||
|
application has not been tested with 1.5 or newer.
|
||||||
|
* For production usage, a web server set up to host Django applications
|
||||||
|
(not needed for local-only testing)
|
||||||
* A database supported by Django (SQLite, MySQL, etc.). Django takes
|
* A database supported by Django (SQLite, MySQL, etc.). Django takes
|
||||||
care of creating the database itself, you just need to ensure that the
|
care of creating the database itself, you just need to ensure that the
|
||||||
database server (if not using SQLite) is configured and running.
|
database server (if not using SQLite) is configured and running.
|
||||||
|
* The following third-party Django modules (tested versions listed):
|
||||||
|
* django-registration (0.8)
|
||||||
|
* django-reversion (1.6.5)
|
||||||
|
* django-reversion-compare (0.3.5)
|
||||||
|
* django-simple-captcha (0.3.6)
|
||||||
* On the machine that will run the backend update script (which does not
|
* On the machine that will run the backend update script (which does not
|
||||||
have to be the same machine as the web server, however it does still
|
have to be the same machine as the web server, however it does still
|
||||||
have to have Django installed, have the same or similar configuration
|
have to have Django installed, have the same or similar configuration
|
||||||
|
@ -22,10 +30,6 @@ In order to make use of this application you will need:
|
||||||
application):
|
application):
|
||||||
* Python 2.6 or Python 2.7
|
* Python 2.6 or Python 2.7
|
||||||
* GitPython (python-git) version 0.3.1 or later
|
* GitPython (python-git) version 0.3.1 or later
|
||||||
* django-registration
|
|
||||||
* django-reversion
|
|
||||||
* django-reversion-compare
|
|
||||||
* django-simple-captcha
|
|
||||||
|
|
||||||
Setup instructions:
|
Setup instructions:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user