We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49af450 commit 5d88e07Copy full SHA for 5d88e07
README.md
@@ -27,29 +27,6 @@ sudo apt-get -y install redis-server
27
28
Initial auth data: admin/123123
29
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
53
Configuring Django-allauth
54
---------------------------
55
0 commit comments