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
b99dfacb
Commit
b99dfacb
authored
Mar 16, 2018
by
Aleksey Shirokih
Browse files
Update docs. Mention docker-compose install and docker start
parent
114413e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Readme.md
View file @
b99dfacb
...
...
@@ -11,6 +11,23 @@ The easiest method of installation and update is to use docker and docker-compos
### Docker install
```
curl https://get.docker.com | sudo sh
```
#### Install python-pip for Centos/RHEL
```
yum install python-setuptools
easy_install pip
```
#### How to install python-pip for Debian/Ubuntu
```
apt install --no-install-recommends python-pip
```
Install docker compose
```
pip install docker-compose
mkdir /etc/docker-compose/tower -p
```
...
...
@@ -19,6 +36,7 @@ mkdir /etc/docker-compose/tower -p
Place
`docker-compose.yml`
from project root to
`/etc/docker-compose/tower`
```
cd /etc/docker-compose/tower
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