Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compose.libre.sh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libre.sh
compose.libre.sh
Commits
bcf5c239
Commit
bcf5c239
authored
Mar 11, 2015
by
Michiel de Jong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
explain how to see the applications with your browser
parent
878266d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
bcf5c239
...
...
@@ -27,11 +27,23 @@ cd /data/indiehosters
reboot
ssh root@server.test
./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
./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.
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!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment