Commit 2119770f by Dóbé Péter

Readme fixes and new feature

parent db54c2fc
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Scientific Linux 7+ * Scientific Linux 7+
* Oracle Linux 7+ --> work in progress * Oracle Linux 7+ --> work in progress
* Debian Linux family: * Debian Linux family:
* Debian linux 8+ --> work in progress * Debian linux 8+
* Ubuntu linux 14.04 LTS * Ubuntu linux 14.04 LTS
* Ubuntu linux 15.04+ --> work in progress * Ubuntu linux 15.04+ --> work in progress
...@@ -31,7 +31,7 @@ sudo yum install python-pip gcc vim git ...@@ -31,7 +31,7 @@ sudo yum install python-pip gcc vim git
Install some important packages: Install some important packages:
```bash ```bash
sudo apt-get update sudo apt-get update
sudo apt-get install python-pip git sudo apt-get install python-pip vim git
``` ```
## Install Salt ## Install Salt
...@@ -85,7 +85,7 @@ Most used variables ...@@ -85,7 +85,7 @@ Most used variables
* **database**: * **database**:
* **password**: database user’s password * **password**: database user’s password
* **amqp**: * **amqp**:
* **password**: ampq user’s password * **password**: amqp user’s password
* **host**: amqp server IP - usually runs at localhost * **host**: amqp server IP - usually runs at localhost
* **graphite**: * **graphite**:
* **password**: graphite user’s password * **password**: graphite user’s password
...@@ -126,6 +126,7 @@ Other variables ...@@ -126,6 +126,7 @@ Other variables
* vm_if: vm interface * vm_if: vm interface
* vm_et: vm network * vm_et: vm network
* management_if: management interface * management_if: management interface
* reload_firewall_timeout: timeout for synchronous firewall reload
* graphite: * graphite:
* user: graphite user * user: graphite user
* port: graphite server’s port * port: graphite server’s port
...@@ -207,10 +208,10 @@ Finally, we can run the machine. Click on 'deploy' and start it. You can choose, ...@@ -207,10 +208,10 @@ Finally, we can run the machine. Click on 'deploy' and start it. You can choose,
## Troubleshooting ## ## Troubleshooting ##
### Portal wont loaded ### Portal won't load
Maybe port 443 closed. Check and open it. Maybe port 443 is closed. Check and open it.
### Portal wont loaded on Ubuntu 14.04 ### Portal won't load on Ubuntu 14.04
```bash ```bash
sudo service nginx restart sudo service nginx restart
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment