2017 © Pedro Peláez
 

library the-modern-cms-empty-project

Empty project with prepared simple layout, based on the The Modern CMS

image

devp-eu/the-modern-cms-empty-project

Empty project with prepared simple layout, based on the The Modern CMS

  • Sunday, February 25, 2018
  • by devp.eu
  • Repository
  • 4 Watchers
  • 5 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

The Modern CMS - framework with abilities. Ready user-friendly admin panel. Easy to code. Multilingual and flexible. High coding speed and supportability., (*1)

Installation, (*2)

Make server route all requests to index.php, (*3)

For example, apache config file, (*4)

<VirtualHost *:80>
        ServerName site.localhost
        DocumentRoot /var/www/site
        RewriteEngine On

        <Directory /var/www/site/>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            allow from all
        </Directory>
</VirtualHost>

Download or git-clone this repo., (*5)

Run "composer update" in root folder of the project., (*6)

Write your db connection data in file /configs/prod.php, (*7)

Go to local site in browser., (*8)

Database structure will be installed automatically on first visit, wait a few seconds., (*9)

After DB in installed - go to http://local.site/cms to enter admin panel. Use "manager" as login and empty password. User will be created by default during installation., (*10)

You can change password or create new user in admin panel in module Users., (*11)

Run first migration in module Tools -> Development (at the bottom of page) - "run migrations". This will install example data for example module, some example pages, etc., (*12)

Go to Wiki, (*13)

Build Status, (*14)

The Versions

25/02 2018

dev-master

9999999-dev http://devp.eu/

Empty project with prepared simple layout, based on the The Modern CMS

  Sources   Download

proprietary

The Requires

 

cms

11/12 2016

dev-metronic-like

dev-metronic-like http://devp.eu/

Empty project with prepared simple layout, based on the The Modern CMS

  Sources   Download

proprietary

The Requires

 

cms