Skip to content

djmoran64/aether-bootstrap

 
 

Repository files navigation

Aether Bootstrap

A bootstrap for creating Aether-based solutions

This repo contains a series of docker-compose files and shell scripts that will pull Docker images of the latest version of Aether from Docker Hub and start them up.

For more information on Aether, take a look at the microsite.

Set-up instructions

First clone this repo:

git clone https://github.com/eHealthAfrica/aether-bootstrap.git
cd aether-bootstrap

If you are starting Aether for the first time, you will need to create some docker resources (networks and volumes) and generate credentials for all applications:

./scripts/initialise_docker_environment.sh

You will also need to add kernel.aether.local and ui.aether.local to your /etc/hosts. It should look something like this:

127.0.0.1    localhost ui.aether.local kernel.aether.local

Now you just need to tell Docker to download the images and start them up:

docker-compose up

Once the console output has stopped, you should be able to access the Aether UI in your browser at http://ui.aether.local/. Use these credentials to log in:

  • Username: admin
  • Password: adminadmin

About

A bootstrap for building solutions with Aether

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.2%
  • Shell 42.2%
  • Dockerfile 6.0%
  • PLpgSQL 5.6%