Skip to main content

The sort of CI server you're happy to let people throw crap at!

Project description

RACTF Code Ingest server

This is the code ingest and execution server for RACTF.

This runs code in a time-limited, offline docker container and returns the results.

It's written to meet a specific set of requirements and work in conjunction with a webapp front end.

Prerequsites & Setup

  • Python 3.9.1 or above with pip
  • Pyenv installed (optional)
  • Poetry installed
  • Linux distro, ideally something Debian/Ubuntu based
  • Docker installed on host

If you don't have the required python version (3.9.1 as of writing), install pyenv with basic checkout. Then install the build dependencies, which is listed on the wiki

Add the following lines to your ~/.bashrc file (assuming you haven't done so from the pyenv guide):

# Pyenv installation

if [[ -z "$VIRTUAL_ENV" ]]; then
    export PATH="$HOME/.pyenv/bin:$PATH"
    eval "$(pyenv init -)"
fi

If you have a different shell, follow the pyenv install guide. Pyenv isn't mandatory if you have the correct version.

Next, install poetry with their suggested way, as this is necessary for the installation.

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

Note: Poetry requires python so if you don't have python2 you can soft link python3: sudo ln -sf $(which python3) /usr/local/bin/python

Installation & Deployment

Clone the repo and change directory into it:

git clone https://gitlab.com/ractf/code-ingest.git
cd code-ingest

# If you're deploying for production.
poetry install --no-dev
poetry shell

# <Set your environment variables here>
# Remove the docker image every time you want it to be rebuilt.
docker rmi sh3llcod3/code-ingest # If you've not deployed in a while.
ingest_server

# If you're interested in making changes.
poetry install
poetry shell
python -m code_ingest

You should be able to use any virtualenv realistically.

The full documentation of environment variables, endpoints, etc can be found in the docs

Issues

If you encounter a bug, please create an issue stating with as much possible detail:

  • Your set-up
  • The bug
  • Any steps taken

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

code-ingest-0.5.0.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

code_ingest-0.5.0-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file code-ingest-0.5.0.tar.gz.

File metadata

  • Download URL: code-ingest-0.5.0.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.4.0-56-generic

File hashes

Hashes for code-ingest-0.5.0.tar.gz
Algorithm Hash digest
SHA256 721e23979210db15e79a921a7186a8bc1a85fb8284a825d309e2e264c1de64de
MD5 3a00ee68dd713d2df887dc53febfb27c
BLAKE2b-256 19a3defc8738c5f4e8fb17fb971b513d8307d0f7d74a0f7ba2ef31f575653759

See more details on using hashes here.

File details

Details for the file code_ingest-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: code_ingest-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.4.0-56-generic

File hashes

Hashes for code_ingest-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 572cef5ba6607245acec0df3521dcd908db966ef09ce0a44f56ffe9c4f3170f8
MD5 5bc4d487e0198747a8a3952397e80621
BLAKE2b-256 34c60687325f74f9f157ed5276a1f7e6ad8890308a0d343efa1c325fdf33fafd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page