8000 GitHub - logigator/logigator: Build, simulate and manage complex logic circuits
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

logigator/logigator

Repository files navigation

logigator

Build, simulate and manage complex logic circuits for free - Logigator

CI logigator-backend CI logigator-editor

Prerequisites

Installation

Clone the repository:

git clone 'https://github.com/logigator/logigator.git'

Docker

There is a docker-compose.yaml file provided in the repository. It defines containers for the following services:

  • Apache HTTP Proxy
  • MySQL Database
  • Redis
  • Rebrow (Redis UI)

and the development servers for Logigator itself.

Simply run

docker compose up -d

and the services should come online.

Configuration

All configuration files can be found under logigator-backend/config. Configure them appropriately, then rename them omitting the .example.

hosts file

Add the following entry to your hosts file (Windows: C:\Windows\System32\drivers\etc\hosts, Linux: /etc/hosts):

127.0.0.1 dev.logigator.com

License

This Project is licensed under the MIT License - see the LICENSE file for details

0