2017 © Pedro Peláez
 

library init

init, update and deploy yii2 application

image

fotoskladru/init

init, update and deploy yii2 application

  • Thursday, April 19, 2018
  • by primipilus
  • Repository
  • 0 Watchers
  • 0 Stars
  • 83 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 15 % Grown

The README.md

Yii2 aplication init, deploy and configure

Usage

Init new project

sudo -u postgres createuser -P USERNAME
sudo -u postgres createdb -O USERNAME DBNAME
cd {PROJECT_DIR}
composer require "fotoskladru/init:~1.0"
./vendor/bin/init create --env={ENVIRONMENT}

Edit config file {PROJECT_DIR}/deploy/config.php, (*1)

Edit variables file {PROJECT_DIR}/runtime/vars/map-{ENVIRONMENT}.php, (*2)

./init config --env={ENVIRONMENT}
./init main --env={ENVIRONMENT} --nginx=1 --custom=1

Deploy existing project

sudo -u postgres createuser -P USERNAME
sudo -u postgres createdb -O USERNAME DBNAME
git clone {PROJECT_REPO} {PROJECT_DIR}
cd {PROJECT_DIR}
./init map --env={ENVIRONMENT}

Edit variables file {PROJECT_DIR}/runtime/vars/map-{ENVIRONMENT}.php, (*3)

./init config --env={ENVIRONMENT}
./init main --env={ENVIRONMENT} --nginx=1 --custom=1

Update config

./init config --env={ENVIRONMENT}

If not assigned values, edit variables file {PROJECT_DIR}/runtime/vars/map-{ENVIRONMENT}.php and try init config again:, (*4)

Update remote config

./init config --env={REMOTE_ENVIRONMENT} --remote={REMOTE_NAME}

If not assigned values, edit variables file {PROJECT_DIR}/runtime/vars/map-{REMOTE_ENVIRONMENT}.php and try init config again:, (*5)

If you need priority of remote variable values, use:, (*6)

./init config --env={REMOTE_ENVIRONMENT} --remote={REMOTE_NAME} --priority=remote

Run custom code in deploy/config.php (migrations, fixtures, images etc.)

./init custom --env={ENVIRONMENT}

Create nginx configs in /etc/nginx and update /etc/hosts

./init nginx --env={ENVIRONMENT}

The Versions

19/04 2018

dev-master

9999999-dev https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

19/04 2018

1.0.9

1.0.9.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

21/02 2018

1.0.8

1.0.8.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

07/09 2017

1.0.7

1.0.7.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

15/08 2017

1.0.6

1.0.6.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

03/07 2017

1.0.5

1.0.5.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

08/06 2017

1.0.4

1.0.4.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

08/06 2017

1.0.3

1.0.3.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

05/06 2017

1.0.2

1.0.2.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

05/06 2017

1.0.1

1.0.1.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2

16/05 2017

1.0

1.0.0.0 https://bitbucket.org/fotoskladru/init

init, update and deploy yii2 application

  Sources   Download

MIT

The Requires

 

by Avatar primipilus

yii2 init yii2 application deploy yii2