Skip to content

Commit 5d88e07

Browse files
meta: Remove the Docker instructions from the README (#669)
Signed-off-by: Sayan Chowdhury <[email protected]>
1 parent 49af450 commit 5d88e07

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

-23
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,6 @@ sudo apt-get -y install redis-server
2727

2828
Initial auth data: admin/123123
2929

30-
If docker and docker-compose are not installed already (Not mandatory):
31-
--------------------------------------------
32-
Refer to (http://docs.docker.com/installation/) for detailed installation instructions.
33-
34-
```
35-
curl -sSL https://get.docker.com/ | sudo sh
36-
sudo pip install docker-compose
37-
```
38-
39-
Create aliases for docker and docker-compose to avoid running them with sudo everytime.
40-
Append the following lines to your ~/.bashrc or ~/.zshrc
41-
42-
```
43-
alias docker='sudo docker'
44-
alias docker-compose='sudo docker-compose'
45-
```
46-
47-
Finally, run
48-
```
49-
docker-compose up
50-
```
51-
52-
5330
Configuring Django-allauth
5431
---------------------------
5532

0 commit comments

Comments
 (0)