Giter Site home page Giter Site logo

bcascone14 / rolaguard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from argeniss-software/rolaguard

0.0 0.0 0.0 1.85 MB

RoLaGuard (Community Edition): a LoRaWAN Operations, Cybersecurity & Compliance Management Platform.

Home Page: https://rolaguard.com/

License: Apache License 2.0

Makefile 100.00%

rolaguard's Introduction

RoLaGuard Community Edition

A LoRaWAN Operations, Cybersecurity & Compliance Management Platform.

For the Enterprise version enter here.

Run RoLaGuard using docker-compose

To install docker-compose, go to this link and follow the instructions for your OS. Note that for Windows and MacOS, docker-compose is included in Docker desktop. For Linux, you'd have to download both programs separately

After docker-compose is installed, follow these steps:

  1. Clone this project and its submodules git clone --recurse-submodules https://github.com/Argeniss-Software/rolaguard && cd rolaguard

  2. Execute docker-compose up. Running this command will pull the images from DockerHub. If you prefer to build the images locally, you have to run these commands before:

    docker build -t rolaguardcommunity/postgres:latest ./postgres
    docker build -t rolaguardcommunity/backend:latest ./backend
    docker build -t rolaguardcommunity/frontend:latest ./frontend
    docker build -t rolaguardcommunity/data-collectors:latest ./data-collectors
    docker build -t rolaguardcommunity/packet-writer:latest ./packet-writer
    docker build -t rolaguardcommunity/engine:latest ./engine
    docker build -t rolaguardcommunity/system-backoffice:latest ./system-backoffice
  3. Once you executed docker-compose up, wait until all the components init (it may take a couple minutes) and access the RoLaGuard web interface following this link http://localhost:30000.

To access the system use these credentials:

  • user: admin
  • password: admin

Please, remember to change the password

An open network server is pre-loaded, therefore, some alerts must appear.

All the data generated by the the system will be saved in ~/rolaguard, to be persisted when the system is shutdown. The folder used to persist data can be changed modifying the field services->postgres->volumes in the docker-compose.yml file.

Run RoLaGuard using Makefile

To start up the system locally with all the modules running inside docker containers, simply run make all command. This will clean up the database, pull the develop branch of all modules, and build the images. It'll take a time to finish its execution, so please be patient. Go to the Makefile to see other options.

Documentation

rolaguard's People

Contributors

cyones avatar cpfarher avatar fedenq avatar ju4n98 avatar damianlips avatar billgates2023 avatar matiassequeira avatar lucianozablocki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.