Roland
933452d5f3
Small documentation polishing
2020-06-25 15:47:24 +02:00
Roland Geider
04bcfa531b
Fix rst headline length
2017-04-28 09:02:54 +02:00
Roland Geider
4a5f014d1a
Update installation instructions for apache
...
The configuration file for the virtual host was copied from the one used in
docker as well as other, rather cosmetic changes.
2017-03-07 09:14:34 +01:00
Roland Geider
360c6ca083
Fix installation documentation
...
This adds the new step 'setup.py develop' and replaces the invoke command with wger
2017-02-17 09:19:47 +01:00
Roland Geider
32c77deee1
Some changes to the installation scripts
...
These changes are necessary for the packaged version of the application
(pip install wger). Among other things and (hopefully!) to make the installation
more robust, all commands are routed through the 'wger' entry point, and calling
'invoke' on its own has been deprecated. Sadly, we had to revive an ugly hack
that changes the sys path, but hopefully this doesn't cause any problems.
2017-02-16 23:47:59 +01:00
Roland Geider
daf6f5c6cc
Some changes to the apache configuration
...
With this directives, it is possible to have different virtualhosts.
2016-06-12 18:27:53 +02:00
Roland Geider
d0a4ac1342
Change github project URL
...
The code was moved to an organisation, the URLs were changed to reflect this
change.
2016-05-24 23:54:32 +02:00
Roland Geider
b8ece3d1d7
Add notes in production documentation about filenames
...
The apache enviromental variable for the language needs to be explicitly set to
UTF8, otherwise it is not possible to upload files with non-ASCII names in them,
even if using python 3.
https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/
Fixes #267
2016-02-08 11:11:33 +01:00
Roland Geider
5b92ef3d9e
Small corrections to production installations
2015-11-30 22:52:20 +01:00
Roland Geider
19e4406bcf
Correctly quote the user's password
2015-11-07 00:54:09 +01:00
Roland Geider
bf70f51ad0
Upodate installation instructions
...
These was easier thanks to the docker files.
2015-10-15 00:01:40 +02:00