Commit 1ba6c9f4 by Oláh István Gergely

Modify README.md - fix header typo

parent 1cd0024c
#Circle Project Salt Installer
# Circle Project Salt Installer
## Install Salt ## Install Salt
...@@ -68,9 +69,9 @@ Run the following installation command: ...@@ -68,9 +69,9 @@ Run the following installation command:
sudo salt-call state.sls allinone sudo salt-call state.sls allinone
``` ```
###Current issues ###Current problems
####`#1` Gateway problem #### Gateway issue
``` ```
cd circle/circle/ cd circle/circle/
workon circle workon circle
...@@ -82,7 +83,7 @@ sudo -i ...@@ -82,7 +83,7 @@ sudo -i
ifconfig net hw ether <MAC> ifconfig net hw ether <MAC>
``` ```
####`#2` Nginx problem #### Nginx issue
Delete configuration file duplication and restart nginx Delete configuration file duplication and restart nginx
``` ```
sudo rm /etc/nginx/sites-enabled/default sudo rm /etc/nginx/sites-enabled/default
...@@ -103,11 +104,11 @@ Log in into the Circle website with admin (the site is accessable on the 443 por ...@@ -103,11 +104,11 @@ Log in into the Circle website with admin (the site is accessable on the 443 por
### Create Node ### Create Node
To run virtual machines, we need to create nodes - and add to the system. Click on the new icon in the dashboard, Nodes menu. To run virtual machines, we need to create nodes - and add to the system. Click on the new icon in the dashboard, Nodes menu.
####Configure Node #### Configure Node
To standalone configuration, type the current machine's hostname to Host/name, MAC address to Host/MAC, IP to HOST/IP. Choose managed-vm as VLAN. To standalone configuration, type the current machine's hostname to Host/name, MAC address to Host/MAC, IP to HOST/IP. Choose managed-vm as VLAN.
####Activate Node #### Activate Node
Click on the 'Activate' icon to use the Node. Click on the 'Activate' icon to use the Node.
......
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