All Projects → acantepie → umbrella-admin-demo

acantepie / umbrella-admin-demo

Licence: MIT license
Umbrella Admin demo app.

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to umbrella-admin-demo

umbrella
Umbrella framework
Stars: ✭ 98 (+88.46%)
Mutual labels:  umbrella
mix under
Execute mix tasks under Elixir umbrella applications
Stars: ✭ 19 (-63.46%)
Mutual labels:  umbrella

Umbrella logo Umbrella Admin Demo

A demo application to showcase the main features of Umbrella framework.

Online demoDocumentation



Install with Docker Compose

Technical requirements

Installation

# Clone repository
git clone [email protected]:acantepie/umbrella-admin-demo.git umbrella_demo
cd umbrella_demo

# Build / Up Docker
docker-compose up -d

Open a docker shell :

docker-compose exec symfony bash

All commands below must be executed on Docker Shell :

# Install / build dependencies
composer install
yarn install
yarn build
yarn copy-ckeditor

# Prepare database
php bin/console doctrine:schema:create
php bin/console doctrine:fixtures:load --no-interaction

App url : http://127.0.0.1:8080/

Install locally

Technical requirements

Installation

# Clone repository
git clone [email protected]:acantepie/umbrella-admin-demo.git umbrella_demo
cd umbrella-demo

You must edit the DATABASE_URL env var in the .env file to use your database credentials.

# Install / build dependencies
composer install
yarn install
yarn build
yarn copy-ckeditor

# Prepare database
php bin/console doctrine:database:create
php bin/console doctrine:schema:create
php bin/console doctrine:fixtures:load --no-interaction

Serve:

php -S localhost:8000 -t public/

App url : http://127.0.0.1:8000/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].