Confirmed users
1,927
edits
mNo edit summary |
|||
| Line 24: | Line 24: | ||
* Logging into the VM | * Logging into the VM | ||
vagrant ssh | vagrant ssh | ||
* Make yourself an admin and set your password (substitute your bmo address below) | |||
vagrant ssh | |||
cd htdocs/bmo | |||
./checksetup.pl --make-admin=<email> --reset-password=<email> | |||
* Access the web UI at http://localhost:8080/bmo using your browser | * Access the web UI at http://localhost:8080/bmo using your browser | ||
** You may need to update the values for urlbase and sslbase in /home/vagrant/htdocs/bmo/data/params to match the port number you chose for redirection earlier. If the port is different than 8080. | ** You may need to update the values for urlbase and sslbase in /home/vagrant/htdocs/bmo/data/params to match the port number you chose for redirection earlier. If the port is different than 8080. | ||