mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove unnecessary cmd line step in cloud setup
This commit is contained in:
@@ -37,7 +37,6 @@ This command installs the latest versions of Docker and Git on your server. Alte
|
|||||||
Create a `/var/discourse` folder, clone the [Official Discourse Docker Image][dd] into it:
|
Create a `/var/discourse` folder, clone the [Official Discourse Docker Image][dd] into it:
|
||||||
|
|
||||||
sudo -s
|
sudo -s
|
||||||
mkdir /var/discourse
|
|
||||||
git clone https://github.com/discourse/discourse_docker.git /var/discourse
|
git clone https://github.com/discourse/discourse_docker.git /var/discourse
|
||||||
cd /var/discourse
|
cd /var/discourse
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user