2017 © Pedro Peláez
 

library mylar-installer

MyLar application installer.

image

vietdien2005/mylar-installer

MyLar application installer.

  • Saturday, March 25, 2017
  • by vietdien2005
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MyLar Installer

, (*1)

Requirements

  • PHP >= 5.6.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

, (*2)

Installing Mylar

Make sure you installed Composer and Yarn before run command below., (*3)

Install Command

Command:, (*4)

composer global require "vietdien2005/mylar-installer"

Create project:, (*5)

mylar new myproject

Create project via Composer

Command:, (*6)

composer create-project --prefer-dist vietdien2005/mylar myproject

, (*7)

Configuration

Environment

  • Development: config file .env is APP_ENV=local and put all config in .local_env
  • Production: config file .env is APP_ENV=production and put all config in .production_env

Database

Create database mylar or config database in your file environment, (*8)

Run:, (*9)

chmod +x bash/install.sh

bash/install.sh

Nginx

location / {
    try_files $uri $uri/ /index.php?$query_string;
}

Login

Go to link /login and Login with username admin@mylar.com password 12345678, (*10)

The Versions

25/03 2017

dev-master

9999999-dev

MyLar application installer.

  Sources   Download

MIT

The Requires

 

by Dam Viet

mylar

25/03 2017

0.1

0.1.0.0

MyLar application installer.

  Sources   Download

MIT

The Requires

 

by Dam Viet

mylar