Build From Source

This section will cover how to build Docker image from source. Before doing so, you can visit the Docker website for instructions on how to install and use Docker. You will also need git to clone the source repository. Visit the git website to install git and learn how to use it.

To build the source code, you need to follow these steps:

$ git clone [email protected]:HyperbaseApp/hyperbase.git
$ # git clone [email protected]:HyperbaseApp/hyperbase-ui.git
  • Open the local directory of the repository.

  • Build the source code using Docker.

$ docker build . -t mnaufalhilmym/hyperbase
$ # docker build . -t mnaufalhilmym/hyperbase-ui

After successfully build the image(s), you can proceed to setup.