- Install Docker
- Locate the
docker-compose.yml
file and start Docker containers with commanddocker-compose up --build –d
You can access the application components using the below urls
Onenet User Interface: http://localhost:5000/
Onenet Backend: http://localhost:15502/api
Onenet Author User Interface: http://localhost:5001/
Onenet Author Backend: http://localhost:15503/api
Onenet Mysql Database: http://localhost:4801
Docker logs: http://localhost:8081