File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -27,29 +27,6 @@ sudo apt-get -y install redis-server
27
27
28
28
Initial auth data: admin/123123
29
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
30
Configuring Django-allauth
54
31
---------------------------
55
32
You can’t perform that action at this time.
0 commit comments