Skip to content

Hardened version of LiSa in HLV branch, softened version in SLV

License

Notifications You must be signed in to change notification settings

leonbThesis/LiSa

 
 

Repository files navigation

About

This project is an adaption and extension of LiSa by danieluhricek

Installation

Use a virtual Linux Ubuntu Server 20.04 machine

Before first start:

  1. set-up port-forwarding from port 4242 to 4242

During OS-install:

  1. install OpenSHH (option available during installer)

Installing LiSa:

  1. Choose HLV or SLV version
$ git clone -b HLV --single-branch https://github.com/leonbThesis/lisa
$ git clone -b SLV --single-branch https://github.com/leonbThesis/lisa
  1. Set permissions
$ cd lisa
$ chmod 777 data/storage
$ chmod +x install.sh
  1. Install docker
$ ./install.sh
  1. Build LiSa (may take many minutes)
$ sudo docker compose build

Running LiSa

Start LiSa by first running

/lisa$ sudo docker compose up --scale worker=18

inside the virtual machine

The LiSa interface can now be accessed via a webbrowser on the host machine under localhost:4242

About

Hardened version of LiSa in HLV branch, softened version in SLV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.3%
  • JavaScript 39.7%
  • CSS 4.0%
  • Dockerfile 3.3%
  • Shell 1.3%
  • HTML 0.4%