Wiki pages in python
Clone project
git clone https://github.com/BlackCrystal/python-wiki.git
cd python-wiki
Optional, create virtual python environment and activate it
pip install --user virtualenv
virtualenv venv
Install requirements
pip install -r requirements.txt
Start "HelloWorld" server
python server.py
Open webpage http://localhost:8080/ and You will see Show what you can. Learn what you don't
message.
Now try to build something more incredible, like things we listed here in the project.
GL & HF.
Wiki folder contains application with TurboGears full framweork.
To set it up, execute these commands
cd wiki
python setup.py develop
gearbox setup-app
Then start server in development mode
gearbox serve --reload --debug
Or in production mode
gearbox serve
Open webpage http://localhost:8080/ and You will see TurboGears2 welcome page with documentation.