compose-website/README.md
pierreozoux cc90d3b371 Typo
2015-03-10 15:35:59 +00:00

1 KiB

IndieHosters

This repository contains the configuration and scripts I use to control my servers.

Tests

There is a script that provision 2 VMs on Vutlr for tests purpose.

Prerequisites

Start tests

/!\ This is still in dev, use it at your own risk /!\

export VULTR_API_KEY=
./scripts/start.sh #need root access to modify your /etc/hosts
ssh root@server.test
cd /data/indiehosters
./tests/start.sh
./tests/email.sh
reboot
ssh root@server.test
./tests/stop.sh
exit
./scripts/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!