The Elao website.
Either:
lazy.symfony Manala recipeInstall the dependencies using
make installNote
You're done! Next: see how to serve the app.
If you want to use the Docker stack, setup the project using:
make upThen, log into the container using
make sh[!Warning] When using Docker, you must use
make shto log into the container before running any command.
And install the dependencies with
make installStart a server using
make serveThe Symfony CLI exposes you the URL at which the site is available.
Note
When using a local install, make serve is enough to serve both PHP app and assets.
You're ready to dev!
When using a Docker install, serve the PHP application using:
make up[!Warning] The site is now available at http://www.ela.ooo:35080, but you need to build or serve the assets.
For development purposes, start a Webpack dev-server using:
make serve.assetsBuild the assets once using:
make build.assetsGenerate a new article using:
make articlePlease, follow the guidelines on how to write an article.