Zum Inhalt springen

MOS VM: Unterschied zwischen den Versionen

Pl (Diskussion | Beiträge)
MOS/VM: remove checkout hint
Zeile 115: Zeile 115:
</pre>
</pre>


'''Step 6: Create an initial superuser for your MOS (do this IN the ssh session you openend before in step 5)'''
'''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 createsuperuser
vagrant@debian-7:/mos$ ./manage.py changepassword admin
</pre>
You will be asked for the username and password:
<pre>
Username: quux
Email address:
Password:
Password (again):
Superuser created successfully.
</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>