Skip to content
Snippets Groups Projects
Commit bcf5c239 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

explain how to see the applications with your browser

parent 878266d9
Loading
...@@ -27,11 +27,23 @@ cd /data/indiehosters ...@@ -27,11 +27,23 @@ cd /data/indiehosters
reboot reboot
ssh root@server.test ssh root@server.test
./tests/stop.sh ./tests/stop.sh
# find out WordPress password:
journalctl -u web@*.test | grep to\ connect\ test
# find out piwik and owncloud password:
journalctl -u web@*.test | grep \'\>\>\ generated
exit exit
./scripts/stop.sh ./scripts/stop.sh
``` ```
Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services. Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services.
Before running `./scripts/stop.sh`, you can use your browser to see the applications:
* https://wordpress.test/ user: test@test.org pass: as found with journalctl before
* https://owncloud.test/ user: test@test.org pass: as found with journalctl before
* https://piwik.test/ user: test@test.org pass: as found with journalctl before
* https://static.test/ (you will simply see the contents of server.test:/data/domains/static.test/static/www-content/index.html)
* https://known.test/ (you will be able to create a user there)
This is still work in progress, please feel free to contribute to it! This is still work in progress, please feel free to contribute to it!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment