~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Shevonar
  • Date: 2012-05-17 19:28:39 UTC
  • mto: This revision was merged to the branch mainline in revision 330.
  • Revision ID: infomh@anmaruco.de-20120517192839-bkyrqqcj3gm9wwp5
Moved and fixed online_help to fit add wlprefix. Will only work with next commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
See also http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver-port-or-address-port
102
102
for further details. 
103
103
 
 
104
Setting up the online help / encyclopedia
 
105
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
106
 
 
107
You will need graphviz to generate the graphs for the online help. On Ubunutu run:
 
108
 
 
109
   $ sudo apt-get install graphviz
 
110
 
 
111
To generate the online help database switch to your local environment and run:
 
112
 
 
113
   $ ./manage.py update_help
 
114
 
 
115
After that you can create the overview pdf files with
 
116
 
 
117
   $ ./manage.py update_help_pdf
 
118
 
104
119
Contact
105
120
=======
106
121