Skip to content

General Config files for the web hosting of the D7 app. Consists of sub-git-modules for completedness

Notifications You must be signed in to change notification settings

Chargekart-Tech/services-D7

Repository files navigation

ChargeKart D7

Web Services Codebase


Setup

  • Clone the main repository and submodules:
git clone -j8 --recurse-submodules --remote-submodules https://github.com/Chargekart-Tech/services-D7.git
  • Pull latest changes for the submodules
cd services-D7
git pull --recurse-submodules
  • Run initialization script:
./init.sh

If you get an error, please run the following command and try again:

chmod +x init.sh
  • Build and spin up all services
docker compose -f docker-compose.dev.yml -p ck-d7-dev up --build -d
  • To stop the services (Without removing the MongoDB data)
docker compose -f docker-compose.dev.yml -p ck-d7-dev down

About

General Config files for the web hosting of the D7 app. Consists of sub-git-modules for completedness

Topics

Resources

Stars

Watchers

Forks

Languages