rezonans/rezonans

Build your modern Application with Wordpress and modern front, on Docker with CI

v0.1 2018-01-22 20:42 UTC

This package is not auto-updated.

Last update: 2024-05-06 14:40:34 UTC


README

62109653-64b63c00-b2b5-11e9-87a3-3419cd156130.png

Docker ∿ WordPress ∿ Modern Application ∿ Modern Front ∿ CI

68747470733a2f2f7472617669732d63692e6f72672f72657a6f6e616e732f72657a6f6e616e732e7376673f6272616e63683d6d6173746572 68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72657a6f6e616e732f72657a6f6e616e73 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72657a6f6e616e732f72657a6f6e616e73

Usage

  • Start with composer create-project --prefer-dist rezonans/rezonans ./new-site, it will download wordpress to ./new-site/wordpress, and other required packages to ./new-site/vendor

  • The next step is run docker containers, to start application locally. You should have installed docker-ce and docker-compose as well. cd ./new-site/docker-config , prepare environment data: cp ./.env.example ./.env and start docker with docker-compose up --build -d You can check all container running well using docker-compose ps, and stop all with docker-compose stop or docker-compose down to remove all containers as well

  • Open website on localhost in your browser and make install wordpress using values from new-site/docker-config/.env for database configuration, as host put mysql

  • Go wp admin Appearance -> Themes and turn on the rezonans theme (it should be in the list)

  • Go Settings -> Permalinks and turn off plain mode

  • Go Plugins and activate Advanced Custom Fields plugin

  • Research src/app/App.php to understanding routes

Development

The project still under construction, as the task board I'm using Trello