Zum Inhalt springen

MOS VM: Unterschied zwischen den Versionen

M68k (Diskussion | Beiträge)
K link to branch
Pl (Diskussion | Beiträge)
MOS/VM: remove checkout hint
Zeile 18: Zeile 18:




'''Step 1: Checkout MOS from github'''
'''Checkout MOS from github'''
<pre>
<pre>
$ git clone https://github.com/Metalab/mos.git
$ git clone https://github.com/Metalab/mos.git
</pre>
</pre>


'''Step 2: cd into the project directory'''
'''cd into the project directory'''
<pre>
<pre>
$ cd mos
$ cd mos
</pre>
</pre>


'''Step 3: Switch to the [https://github.com/Metalab/mos/tree/django_1_5_compatibility django_1_5_compatibility] branch'''
'''Call vagrant to build and setup your VM'''
<pre>
$ git checkout django_1_5_compatibility
</pre>
 
'''Step 4: Call vagrant to build and setup your VM'''
<pre>
<pre>
$ vagrant up
$ vagrant up