Skip to content
Snippets Groups Projects
Thibault Debatty's avatar
Tibo authored
9e2a216a
History

DOKOS-WEBTERMINAL

pipeline status

A webterminal that allows to run dokos password cracking tool.

Dev environment

This is not a deployment solution

Prerequisites

Installation

If not already done, run:

cp env.local .env
touch ./database/database.sqlite
composer install
npm install
php artisan migrate

Run

In one terminal:

php artisan serve

In another terminal:

npm run dev

Prod deployment

The image is automatically built and deployed on every push to master.