Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 728 Bytes

readme.md

File metadata and controls

40 lines (25 loc) · 728 Bytes

DIP BaseCms

How to install

$ composer create-project dipcms/basecms my_project_name

How to use composer?

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

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

Migrate database tables. How to use migrations?

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

Setting apache folder my_project_name/www/