Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ecobytes
compose.libre.sh
Commits
9d52ed36
Commit
9d52ed36
authored
10 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Readme instructions fixes
#45
parent
9d5eaf82
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+32
-1
32 additions, 1 deletion
README.md
with
32 additions
and
1 deletion
README.md
+
32
−
1
View file @
9d52ed36
...
...
@@ -2,5 +2,36 @@
This repository contains the configuration and scripts I use to control my servers.
There is no documentation yet, work in progress. If you want to use this repo, please send me an email.
### Tests
There is a script that provision 2 VMs on Vutlr for tests purpose.
#### Prerequisites
-
have a
[
vultr account
](
http://www.vultr.com/?ref=6810586
)
-
have a
[
VULTR API KEY
](
https://my.vultr.com/settings/
)
-
have the
[
port 25 open
](
https://www.vultr.com/docs/what-ports-are-blocked
)
(
if
you want to test emails)
-
have an
[
ssh key registered
](
https://my.vultr.com/sshkeys/
)
#### Start tests
/!
\
This is still in dev, use it at your own risk /!
\
```
export VULTR_API_KEY=
./script/start.sh #need root access to modify your /etc/hosts
ssh root@server.test
cd /data/indiehosters
./tests/start.sh
./tests/dovecot.sh
reboot
ssh root@server.test
./tests/stop.sh
exit
./script/stop.sh #need root access to modify your /etc/hosts
```
Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services.
This is still work in progress, please feel free to contribute to it!
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment