Docker configuration for running Aquarium with a local (non-deployment) configuration.
This configuration is intended to support protocol development or evaluation, and supports all Aquarium services except for email notifications.
-
Install Docker on your computer.
-
Clone this repository
git clone https://github.com/aquariumbio/aquarium-local.git
-
Change into directory
cd aquarium-local
-
Run
chmod u+x aquarium.sh ./aquarium.sh up
to run Aquarium.
You wont need to change the permissions with
chmod
each time. -
To stop Aquarium, run
./aquarium.sh down