Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aleksandr
tower
Commits
5f08b1a9
Commit
5f08b1a9
authored
Apr 11, 2020
by
EKbfh
🐼
Browse files
Update Readme.md
parent
84104678
Changes
1
Hide whitespace changes
Inline
Side-by-side
Readme.md
View file @
5f08b1a9
...
...
@@ -24,26 +24,6 @@ The easiest method of installation and update is to use docker and docker-compos
If tower and node does not have direct access to the internet
[
setup proxy
](
docs/proxy.md
)
#### Install python-pip
<details>
<summary>
CentOS/RHEL
</summary>
<pre><code>
yum install python-setuptools
easy_install pip
</code></pre>
</details>
<details>
<summary>
Debian/Ubuntu
</summary>
<pre><code>
apt update
apt install --no-install-recommends python-pip curl python-setuptools
</code></pre>
</details>
#### Install docker daemon
```
curl https://get.docker.com | sudo sh
...
...
@@ -53,9 +33,9 @@ systemctl enable docker
#### Install docker compose
```
sudo curl -L https://github.com/docker/compose/releases/download/1.25.
4
/docker-compose-
`
uname -s
`-`
uname -m
`
-o /usr/local/bin/docker-compose
sudo curl -L
"
https://github.com/docker/compose/releases/download/1.25.
5
/docker-compose-
$(
uname -s
)-$(
uname -m
)"
-o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
# If u have an error about setuptools: pip install --upgrade setuptools
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
mkdir /etc/docker-compose/tower -p
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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