Skip to content

Inplementation of IndieHosters Network based on CoreOS

License

Notifications You must be signed in to change notification settings

pierreozoux/IndiePaaS

 
 

Repository files navigation

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
ssh [email protected]
cd /data/indiehosters
./tests/start.sh
./tests/email.sh
reboot
ssh [email protected]
./tests/stop.sh
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.

This is still work in progress, please feel free to contribute to it!

About

Inplementation of IndieHosters Network based on CoreOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 88.2%
  • PHP 6.1%
  • Python 5.7%