Renaming deployment variables from commit a20393e364978d2a6a1991efd5d5e251fa9f7751 "Production Requirements added for DAMPLAB" disabled the ability to run Aquarium instance locally
Expected Behavior
User should be able to pull the repo and run a local instance of Aquarium
Current Behavior
Initialization failed with Mysql2::Error::ConnectionError, message: Unknown MySQL server host 'add host here' (-2)
Possible Solution
Check out the branch one commit prior
git checkout b8e2f53c0b3ea7cf26e10a2f7f4d4ef7977f0789
Summary & Context
Renaming deployment variables from commit
a20393e364978d2a6a1991efd5d5e251fa9f7751
"Production Requirements added for DAMPLAB" disabled the ability to run Aquarium instance locallyExpected Behavior
User should be able to pull the repo and run a local instance of Aquarium
Current Behavior
Initialization failed with Mysql2::Error::ConnectionError, message: Unknown MySQL server host 'add host here' (-2)
Possible Solution
Check out the branch one commit prior
git checkout b8e2f53c0b3ea7cf26e10a2f7f4d4ef7977f0789
Steps to Reproduce
damplab-latest
branchdocker-compose up --build
Environment