mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
readme changes
This commit is contained in:
parent
054cfceb72
commit
8913b4716c
1 changed files with 48 additions and 5 deletions
53
README.md
53
README.md
|
@ -5,12 +5,55 @@
|
||||||
* Status: Dev
|
* Status: Dev
|
||||||
* Object : Massive LXC CT / KVM deployment system for Proxmox clusters.
|
* Object : Massive LXC CT / KVM deployment system for Proxmox clusters.
|
||||||
|
|
||||||
## Quick start
|
## Requirement:
|
||||||
|
* Proxmox infrastructure (standalone, clusters...)
|
||||||
|
* Administrative pve user (full access)
|
||||||
|
* Vztemplate uploaded
|
||||||
|
|
||||||
### Requirement:
|
* MongoDB server
|
||||||
* Proxmox server or cluster (or multiples clusters !)
|
* Version 3.6
|
||||||
* administrative pve user (full access)
|
* Standalone or with replicats for hight availability
|
||||||
* Vztemplate uploaded
|
|
||||||
|
* Redis server
|
||||||
|
|
||||||
|
* Web stack
|
||||||
|
* Nginx
|
||||||
|
* PHP7
|
||||||
|
* php-curl, php-mysql, php7.0-json
|
||||||
|
|
||||||
|
* Python softwares
|
||||||
|
* Version 3.5 min
|
||||||
|
* python-redis
|
||||||
|
* pymongo
|
||||||
|
* web.py
|
||||||
|
* python-requests
|
||||||
|
* Crypto
|
||||||
|
|
||||||
|
|
||||||
|
## Installation (Debian type - Full standalone stack)
|
||||||
|
|
||||||
|
### Install all packages
|
||||||
|
``` bash
|
||||||
|
apt-get nginx php-fpm php-curl php-json python3-pip python3-redis python3-netaddr mongodb redis-server
|
||||||
|
pip3 install pymongo db utils web.py requests
|
||||||
|
```
|
||||||
|
|
||||||
|
### Configurations (bases)
|
||||||
|
|
||||||
|
#### NGINX
|
||||||
|
``` bash
|
||||||
|
...
|
||||||
|
|
||||||
|
```
|
||||||
|
#### PHP
|
||||||
|
``` bash
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Hyperproxmox
|
||||||
|
``` bash
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
### Init:
|
### Init:
|
||||||
``` bash
|
``` bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue