2
0
Эх сурвалжийг харах

Merge branch 'master' of github.com:wagtail/bakerydemo

Edd Baldry 8 жил өмнө
parent
commit
a8667a0013
1 өөрчлөгдсөн 9 нэмэгдсэн , 7 устгасан
  1. 9 7
      readme.md

+ 9 - 7
readme.md

@@ -26,12 +26,14 @@ Setup with Vagrant
 ### Installation
 ### Installation
 Run the following commands:
 Run the following commands:
 
 
-    git clone https://github.com/torchbox/bakerydemo.git
+```bash
-    cd wagtaildemo
+git clone git@github.com:wagtail/bakerydemo.git
-    vagrant up
+cd wagtaildemo
-    vagrant ssh
+vagrant up
-      (then, within the SSH session:)
+vagrant ssh
-    ./manage.py runserver 0.0.0.0:8000
+# then, within the SSH session:
+./manage.py runserver 0.0.0.0:8000
+```
 
 
 The demo site will now be accessible at [http://localhost:8000/](http://localhost:8000/) and the Wagtail admin
 The demo site will now be accessible at [http://localhost:8000/](http://localhost:8000/) and the Wagtail admin
 interface at [http://localhost:8000/admin/](http://localhost:8000/admin/).
 interface at [http://localhost:8000/admin/](http://localhost:8000/admin/).
@@ -49,7 +51,7 @@ Don't want to set up a whole VM to try out Wagtail? No problem.
 
 
 With PIP installed run the following commands:
 With PIP installed run the following commands:
 
 
-    git clone https://github.com/torchbox/bakerydemo.git
+    git clone git@github.com:wagtail/bakerydemo.git
     cd wagtaildemo
     cd wagtaildemo
     pip install -r requirements.txt
     pip install -r requirements.txt
     ./manage.py migrate
     ./manage.py migrate