forked from TracyWebTech/colab
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ Getting started with the Virtual Machine | |
|
||
First you will need to clone the repository: | ||
|
||
.. code-block:: | ||
:: | ||
|
||
git clone [email protected]:interlegis/colab.git | ||
|
||
|
@@ -47,7 +47,7 @@ First you will need to clone the repository: | |
Enter in the repository you've just cloned. | ||
To start working all you need is to turn the virtual machine on with the command: | ||
|
||
.. code-block:: | ||
:: | ||
|
||
vagrant up | ||
|
||
|
@@ -85,14 +85,14 @@ should be located in :file:`src/colab/`. | |
|
||
To get started you can copy the example file as follow: | ||
|
||
.. code-block:: | ||
:: | ||
|
||
cp src/colab/local_settings-dev.py src/colab/local_settings.py | ||
|
||
|
||
Now we are ready to run: | ||
|
||
.. code-block:: | ||
:: | ||
|
||
fab runserver | ||
|