Security-Tools-Alliance / rengine-ng

reNgine-ng is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface.
GNU General Public License v3.0
12 stars 6 forks source link

Complete dev environment to debug/code easily #63

Closed psyray closed 2 months ago

psyray commented 2 months ago

To help develop reNgine I've made 2 environments :

I've added the necessary command in MakeFile to easily startup dev or prod environment

To start dev make dev_up

To start prod make up

To restart in dev from prod

make down
make dev_up

To restart in prod from dev

make dev_down
make up
psyray commented 2 months ago

Bad PR too much commit duplicated, recreating from scratch