Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Konstantin A
tower
Commits
0d7db2f9
Commit
0d7db2f9
authored
Mar 16, 2018
by
Aleksey Shirokih
Browse files
Fix docs
parent
8ff98192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Readme.md
View file @
0d7db2f9
...
...
@@ -9,10 +9,7 @@ NOC (http://nocproject.org/) installations.
The easiest method of installation and update is to use docker and docker-compose.yml
### Docker install
```
curl https://get.docker.com | sudo sh
```
#### Install python-pip for Centos/RHEL
```
...
...
@@ -25,6 +22,11 @@ easy_install pip
apt install --no-install-recommends python-pip curl
```
Install docker daemon
```
curl https://get.docker.com | sudo sh
systemctl start docker
```
Install docker compose
```
...
...
@@ -37,7 +39,6 @@ Place `docker-compose.yml` from project root to `/etc/docker-compose/tower`
```
cd /etc/docker-compose/tower
curl https://code.getnoc.com/noc/tower/raw/master/docker-compose.yml > /etc/docker-compose/tower/docker-compose.yml
systemctl start docker
docker-compose up -d
```
That it.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment