comporu / compo-website-demo

CompoSymfonyCms website demo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompoWebsiteDemo

Website demo based on CompoSymfonyCms.

Try the demo License: MIT

Branch Travis Buddy Site
develop Build Status buddy pipeline http://website.compo-symfony-cms.ru/

Installation

Docker

Create .env

cp .env.dist .env

Docker up

docker-compose up --build -d

Install or update composer dependency

docker-compose exec php composer install
# or
docker-compose exec php composer update

Install databases

docker-compose exec php bin/console compo:core:install

Install demo data

docker-compose exec php bin/console compo:webiste-demo:install

Assetic dump

docker-compose exec php bin/console assetic:dump --env=prod

Restart services

docker-compose restart php
docker-compose restart nginx

Visit https://localhost/

Admin https://localhost/admin

Default login/password for dev environment: website/website

Default login/password for admin: admin/admin

PhpMyadmin

docker run --name phpmyadmin --net compowebsitedemo_default --link db:db -p 8080:80 phpmyadmin/phpmyadmin

Documentation

Check out the documentation on the http://docs.compo-symfony-cms.ru/en/latest/

Support

If you think you found a bug or you have a feature idea to propose, feel free to open an issue after looking at the contributing guide.

License

This package is available under the MIT license.

About

CompoSymfonyCms website demo project

License:MIT License


Languages

Language:PHP 95.9%Language:HTML 2.5%Language:Makefile 1.4%Language:JavaScript 0.2%Language:Shell 0.1%