This guide will help you get your system set up and configured to run ADORe.
-
First review the System Requirements 🔗.
-
Next review the Prerequisites 🔗
ℹ️INFO: By default this guide assumes you have ssh keys configured for GitHub your GitHub account. For help on configuring your ssh keys visit: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
git clone git@github.com:DLR-TS/adore.git
cd adore
git submodule update --init --recursive
⚠️ WARNING: Failing to update and recursively clone the submodules will result in build failures!
ℹ️INFO: If you would rather clone ADORe anonymously over https please review the Anonymous Cloning 🔗 guide.
⚠️ WARNING: To use ADORe you must have Docker, and GNU Make installed and configured for you user.
Build the ADORe Docker context, known as ADORe CLI, in the base of the ADORe repository:
make buildℹ️INFO: On first run of the ADORe CLI the entire system will be built. Initial build can take 10-15 minutes depending on system and network.
After cloning and satisfying all system prerequisites and building ADORe you can start the ADORe CLI interactive shell docker context. To do this navigate to the root of the ADORe repository directory and run the following command:
make cli✅ SUCCESS: If you are greeted with the following ADORe CLI car then you have successfully setup ADORe:
____
__/ |_\__
| -.
......'-(_)---(_)--'
✅ INFO: Next steps...