todo
This commit is contained in:
parent
6b07e56996
commit
e2a98a849e
12
README.md
12
README.md
|
@ -1,5 +1,9 @@
|
|||
# PTUT Virtual Environment
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
||||
|
||||
---
|
||||
## Fast Install
|
||||
|
||||
|
@ -7,10 +11,13 @@ Launch the following command in your favorite terminal :
|
|||
```bash
|
||||
curl https://xdrm.io/script/ptut-install | bash -
|
||||
```
|
||||
**TODO**
|
||||
1. add permission management (for API download) inside Docker
|
||||
2. add apache/nginx automatic proxy builder
|
||||
---
|
||||
|
||||
## Manual Install
|
||||
## Cloning
|
||||
### Cloning
|
||||
|
||||
In order for the *web* submodule to load, you **must** clone with :
|
||||
|
||||
|
@ -18,7 +25,7 @@ In order for the *web* submodule to load, you **must** clone with :
|
|||
git clone --recursive https://git.xdrm.io/ptut/virtenv.git
|
||||
```
|
||||
|
||||
## Requirements
|
||||
### Requirements
|
||||
|
||||
You need a consistent Linux System with the following packages :
|
||||
- `docker`
|
||||
|
@ -31,6 +38,7 @@ You need to add a local dns record in `/etc/hosts`:
|
|||
127.0.0.1 ptut.com
|
||||
```
|
||||
|
||||
|
||||
## Commands
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue