Build, simulate and manage complex logic circuits for free - Logigator
- Docker (download)
Clone the repository:
git clone 'https://github.com/logigator/logigator.git'
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.
All configuration files can be found under logigator-backend/config
.
Configure them appropriately, then rename them omitting the .example
.
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
This Project is licensed under the MIT License - see the LICENSE file for details