MOS VM: Unterschied zwischen den Versionen
Pl (Diskussion | Beiträge) →MOS/VM: remove checkout hint |
Pete (Diskussion | Beiträge) |
||
Zeile 115: | Zeile 115: | ||
</pre> | </pre> | ||
'''Step 6: | '''Step 6: Set initial admin PW for your MOS (do this IN the ssh session you openend before in step 5)''' | ||
user "admin" is already created by the vagrant script. | |||
<pre> | <pre> | ||
vagrant@debian-7:/mos$ ./manage.py | vagrant@debian-7:/mos$ ./manage.py changepassword admin | ||
</pre> | </pre> | ||
You will be asked twice for the new password | |||
This user can be used to login into the MOS through the web frontend | This user can be used to login into the MOS through the web frontend | ||
Zeile 157: | Zeile 154: | ||
<pre> | <pre> | ||
$ vagrant halt | $ vagrant halt | ||
</pre> | |||
or suspend it | |||
<pre> | |||
$ vagrant suspend | |||
</pre> | </pre> | ||