Le 12/03/2014 01:17, Jeremy Kerr a écrit :
If you're keen to try it out locally, it's possible to set up a
development patchwork instance, using django's in-built web server:
git clone git://ozlabs.org/~jk/patchwork
This command won't work. I believe that the right git clone command
should use another URI:
git clone git://ozlabs.org/home/jk/git/patchwork.
cd patchwork/apps
touch local_settings.py
# using postgres as a database, using the default name of 'patchwork':
createdb patchwork
./manage.py syncdb
./manage.py runserver
- this will run a local instance of patchwork on http://127.0.0.1:8000/
Amicalement,
--
Albert.
_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork