Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoriaroan/book-wiki
A structured wiki with markdown support.
https://github.com/victoriaroan/book-wiki
Last synced: 5 days ago
JSON representation
A structured wiki with markdown support.
- Host: GitHub
- URL: https://github.com/victoriaroan/book-wiki
- Owner: victoriaroan
- Created: 2016-01-27T16:17:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T16:50:41.000Z (almost 7 years ago)
- Last Synced: 2024-04-08T22:51:02.284Z (7 months ago)
- Language: HTML
- Size: 1.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Support: docs/support.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- awesome-starred - victoriaroan/book-wiki - A structured wiki with markdown support. (others)
README
# book-wiki
A structured wiki with markdown support.## Setting up the dev environment
1. Install git (https://git-scm.com/), python 3.6.x (https://www.python.org/), and nodejs 8.8.x (https://nodejs.org/)
2. Install less css via node (http://lesscss.org)
3. Clone the project (`git clone https://github.com/victoriaroan/book-wiki.git`)
4. Move to server folder and set up a virtualenv (https://virtualenv.pypa.io/en/stable/)
5. Install requirements (`pip install -r requirements.txt`)
6. Copy bookwiki.settings.local_example to bookwiki.settings.local and update as needed.
7. Migrate database (`python manage.py migrate`)
8. Run development server (`python manage.py runserver`)