Skip to content

A monorepo to serve as a deployment target for Helix.

Notifications You must be signed in to change notification settings

HelixStudio/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

www

A monorepo with shell scripts to ease the deployment of Helix on custom servers.

Included web services:

  • helix: the main website (port 3000)
  • exec: the code execution server (port 5000)
  • ctf-server: the management server for ctf challenges (port 8000)

setup

Clone the repo:

git clone https://github.com/helixstudio/www --recursive

Create the .env file, based on the structure of .env.example.

cp .env ./services/helix/.env

Run the docker services:

docker compose up -d

And to stop:

docker compose stop

update

git submodule update --remote --merge

About

A monorepo to serve as a deployment target for Helix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published