2017 © Pedro Peláez
 

project setrun-app-basic

SETRUN CMS basic application based on php framework Yii2

image

setrun/setrun-app-basic

SETRUN CMS basic application based on php framework Yii2

  • Tuesday, September 5, 2017
  • by dizirator
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Installing

Installing Composer

If you do not already have Composer installed, you may do so by following the instructions at getcomposer.org. On Linux and Mac OS X, you'll run the following commands:, (*1)

curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer

Installing SETRUN

Go to the previously created folder in which the project will be located, (*2)

Note: The project directory must be completely empty, it should not contain any files, (*3)

cd /path/to/site

Create a project without installing dependency files (vendor), (*4)

composer create-project --prefer-dist --stability=dev --no-install setrun/setrun-app-basic ./

Edit the file to access the database, it is located at applications/primary/config/db-local.php. Next, perform the installation of dependencies (vendor), (*5)

composer install -o

Create a new user, (*6)

./yii user/user/create 

Add a role for the user, (*7)

./yii user/rbac/role-assign

Yii2, (*8)

The Versions

05/09 2017

dev-master

9999999-dev http://setrun.ru

SETRUN CMS basic application based on php framework Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Alexey Bashkov

yii2 cms yii2-extension yii2-cms setrun setrun setrun-cms setrun-cms setrun-basic-app

21/08 2017

1.0.0

1.0.0.0 http://setrun.ru

SETRUN CMS basic application based on php framework Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Alexey Bashkov

yii2 cms yii2-extension yii2-cms setrun setrun-cms setrun-basic-app