zolteam/parazol

There is no license information available for the latest version (1.0.6) of this package.

Maintainers

Details

gitlab.com/zolteam/parazol

Source

Installs: 264

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle


README

Description

Fill in the description

Installation

Important to read before : Prepare your environment

The project works best with zol-proxy, make sure you started it to use the proper url

# This files should contains all project related parameters for your environment (dev, staging, prod ...).
# .env.dist is versioned, don't forget to update it if you need to add a parameter to the application
cp .env.dist .env

# First you need zol-common library. Even if you already have it,
# this will make sure you have the last version defined for this project
make zol-common

# Run this command if it's your first installation
make install

If everything went smoothly, you can go now on Homepage