Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TR0NSCENDENCE/TR0NSCENDENCE

Repository files navigation

TRANSENDENCE

Building the project

Only linux is supported.

Dependencies

You must have docker, docker-compose and GNU make installed on your machine.

Building

The build system is done via a makefile.

There are two build modes:

  • dev

Developpement environment.

  • prod

Production environment.

The default build mode is dev.

To chose the build mode, you can either modify the BUILD_MODE variable in the Makefile or pass the build mode as a command-line argument to the make command:

make [rule] BUILD_MODE=[BUILD_MODE]

Here are the rules:

  • all

Alias for run.

  • run

Starts all the docker VMs.
If the dockers need to be built, builds them.

  • build

Builds the dockers.

  • build-nocache

Builds the dockers without using the cached operations.
It ensured the builds are up-to-date with the source tree.

  • down

Stops all the running dockers of this project.

  • down-volumes

Same as down but also deletes the data within the VMs.

  • re

Restarts the VMs.

  • rebuild

Same as re but also rebuilds the VMs.

  • rebuild-nocache

Same as re but also rebuilds the VMs without using cached operations.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors