2017 © Pedro Peláez
 

project basecms

BaseCms

image

dipcms/basecms

BaseCms

  • Tuesday, January 26, 2016
  • by mykola.chomenko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DIP BaseCms

How to install

$ composer create-project dipcms/basecms my_project_name

How to use composer?, (*1)

Create a database called "cms" database settings can be changed in the app/config/config.neon
How to use doctrine?, (*2)

    doctrine:
        user: root
        password: 
        dbname: cms
        metadata:
            App: %appDir%

Migrate database tables. How to use migrations?, (*3)

$ cd my_project_name
$ php www/index.php migrations:migrate

Setting apache folder my_project_name/www/, (*4)

The Versions