https://github.com/abourtnik/simulator
https://github.com/abourtnik/simulator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abourtnik/simulator
- Owner: abourtnik
- Created: 2024-11-04T22:28:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T23:28:50.000Z (6 months ago)
- Last Synced: 2025-01-18T06:13:21.492Z (4 months ago)
- Language: PHP
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install and run application
```shell
git clone https://github.com/abourtnik/simulator.git
cd simulator
make install
```Then go to `http://localhost:8080`
## Start and Stop Application
```shell
make start
make stop
```## Connect to container
```shell
docker exec -it php_container /bin/bash
docker exec -it node_container /bin/sh
```## Update simulator config in config/simulator.php