Skip to content

colombbus/declick-server-v2

Repository files navigation

Declick Server v2

This component is part of Declick v2 platform.

Requirements

Declick Server is built on Lumen platform. Therefore the following requirements should be met:

  • PHP >= 5.6.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Database engine: MySQL, Postgres, SQLite or SQL Server

Installation

Server

  1. Install composer
  2. At the application root, run composer install

Database

  1. Copy .env.example into .env
  2. Set your parameters to access database server:
    • DB_CONNECTION the database category (mysql, postgres, sqlite, sqlsrv)
    • DB_HOST the database server address
    • DB_PORT the server port
    • DB_DATABASE database name
    • DB_USERNAME database user
    • DB_PASSWORD password
  3. Run php artisan migrate to initialize database

Configuration

  1. Give your webserver write access to folder "storage/app"
  2. Copy public/htaccess.example into public/.htaccess - set RewriteBase according to your server configuration
  3. Browse to server_adress/public/ and check that it returns Lumen version
Lumen (5.3.2) (Laravel Components 5.3.*)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages