MoinMoin wiki configured as document control
Project description
Install
This package must be installed in a virtualenv
export VENV='myEnv' virtualenv $VENV source $VENV/bin/activate pip install modoco
Because of the way pip resolves dependencies this can sometimes fail because MoinMoin is not installed early enough - in that case install it manually in your virtualenv with pip install 'moin>=1.9,<2.0' and then repeat pip install modoco.
You can safely ignore errors referring to failure to build the wheel.
Start server
If you have pip installed mod_wsgi, you can then run modoco straight away using mod_wsgi-express:
mod_wsgi-express start-server $VENV/share/moin/moin.wsgi &
Start using modoco
Navigate to localhost:8000/ and login using the superuser credentials found in $VENV/share/moin/wikiconfig.py.
Read the HelpOnModoco page
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file modoco-1.3.0.tar.gz
.
File metadata
- Download URL: modoco-1.3.0.tar.gz
- Upload date:
- Size: 82.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ce502d9d1bfad7fdf4a99bec5c4a4670f75e8f1b13db7c8df63eec7c417a5d4 |
|
MD5 | 74bac67c2b6909d1f85a22a84ac2c8eb |
|
BLAKE2b-256 | 2338bc76600bd5859790cd843a6067ac6575f1e826975f72302b15a6eebc325e |