yuyu_web/README.md

50 lines
593 B
Markdown
Raw Normal View History

2023-02-14 01:17:29 +07:00
Yuyu Web Documentation
2023-02-14 01:12:40 +07:00
=======
2023-02-14 01:17:29 +07:00
## Web Access
https://yuyu-billing.dev
2023-02-14 01:12:40 +07:00
## Installation
### 1. Install python-pip
```
## Python2
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
## Python 3
sudo apt install python3-pip
```
### 2. Install mkdocs
```
pip install mkdocs
pip3 install mkdocs-material
```
## Testing
Testing running mkdocs
```
mkdocs new my-project
cd my-project
mkdocs serve
```
## Yuyu documentation
Clone repository
```
git clone https://go.btech.id/rsch/yuyu-environment.git
cd yuyu-environment
2023-02-14 01:19:02 +07:00
```
Build & Running Web
```
2023-02-14 01:12:40 +07:00
mkdocs build
mkdocs serve
```