- For initialize install frontend dependencies using:
cd frontend && npm install #or yarn
- And install backend dependencies:
cd october && composer install
The recomendations is use one reverse proxy for responding route '/*' with node and reponding october routes with php server. For that i have using Caddyserver (but nginx is one better option).
This project have Caddyfile example used in docker.
- Only run command:
docker-compose up -d
And access http://localhost in your browser and http://localhost/admin for october admin panel.