23 lines
327 B
Markdown
23 lines
327 B
Markdown
# Athena
|
|
|
|
The documentation storage for Dipal
|
|
|
|
## Documentation server
|
|
Athena has HTTP server for reading markdown documentation.
|
|
|
|
If needed:
|
|
```
|
|
pip install venv
|
|
```
|
|
To prepare enviroment:
|
|
|
|
```
|
|
python -m venv env
|
|
source env/bin/activate
|
|
pip install -r requirements.txt
|
|
```
|
|
To start the server:
|
|
```
|
|
python server/server.py
|
|
```
|