-
Notifications
You must be signed in to change notification settings - Fork 275
Initial Setup
Grzegorz Rychlik edited this page Jan 18, 2021
·
1 revision
-
Prior to use on Windows or Linux C3 must first be compiled.
-
To compile C3 run the following command from the C3 folder root, replace the path to MSBuild depending on where it exists on your system.
.\createBuild.cmd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe"
-
Be patient, this process can take more than 10 minutes.
-
Once complete there should be a tagged build in C3\Builds\C3-x.x.x, use this folder to run C3.
- Starting the WebController is a simple as running the following command from the C3 folder root, in this example the tagged build was C3-1.1.0.
cd Builds\C3-1.1.0\ && startWebController.cmd
- Follow the Docker-C3 steps - https://github.com/invictus-0x90/Docker-C3