Link Search Menu Expand Document

Quick Start Guide For Linux

Introudction

Follow the procedure on this page to deploy ArcherySec in your Linux environement quickly and easily. This quick-start deployment is suited for environments intended for instruction, development, and test.

DO NOT EXPOSE PUBLICLY, INTERNAL USE ONLY

Prerequisites

Make sure you have the following environment setup available

  1. Ubuntu Server
  2. Python Python 3.6+ with pip installed

Deploy ArcherySec in Linux

# Git clone archerysec project
git clone https://github.com/archerysec/archerysec.git
# Move to archerysec directory
cd archerysec
# Running Setup Command
# ex. NAME=User EMAIL=user@user.com PASSWORD=admin@123A bash setup.sh
NAME=<NAME OF USER> EMAIL=<EMAIL ID OF USER> PASSWORD=<USER ACCOUNT PASSWORD> bash setup.sh
# Running archerysec
bash run.sh
export TIME_ZONE='Asia/Kolkata'
export EMAIL_HOST='smtp.xxxxx.com'
export EMAIL_USE_TLS=True
export EMAIL_PORT=587
export EMAIL_HOST_PASSWORD='password'
export EMAIL_HOST_USER=xxxxxxxxxxxxx@gmail.com

We use cookies to give you the best experience. Read our cookie policy.