Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.2 KB

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