Skip to content

IRIS-NITK/gatekeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatekeeper

An iptables based port forwarding API server

Check wiki for API Documentation Wiki

Setup

  • Setup virtual environment and install packages listed in requirements.txt
  • Create .env by copying .env.example file present in forwarderapp and portforwarder directory
  • Update the environment variables in .env
  • create database, apply migrations
  • Enable port forwarding
  • start celery worker celery -A portforwarder worker --loglevel=INFO
  • Run the django server as root user