Skip to content

BlackCrystal/python-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

545af94 · Jun 29, 2021

History

12 Commits
Jun 14, 2021
Jun 14, 2021
Jun 10, 2021
Jun 10, 2021
Jun 14, 2021
Jun 14, 2021
Jun 14, 2021
Jun 14, 2021
Jun 11, 2021
Jun 14, 2021
Jun 12, 2021
Jun 14, 2021
Jun 14, 2021
Jun 14, 2021

Repository files navigation

python-wiki

Wiki pages in python

How to start

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.

Something more incredible

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.

Useful links

About

Wiki pages in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published