GithubHelp home page GithubHelp logo

4n86rakam1 / flexicms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from artemmelnik/flexicms

0.0 0.0 0.0 7.64 MB

Flexible site management system Flexi CMS

License: GNU General Public License v3.0

JavaScript 4.25% PHP 66.99% CSS 1.14% HTML 24.57% TSQL 3.04%

flexicms's Introduction

HMVC FlexiCMS

HMVC Flexible site management system

Installation

  1. We clone the repository.
  2. Extract the files to the root directory of the site.
  3. Create a database and import into it dump flexicms.sql
  4. In the files (/config/database.php) we specify the connection parameters.
git clone https://github.com/artemmelnik/flexicms.git name_project

Next...

composer update

OR

php composer.phar update

Import db

php run db:import

Start dev server

php run server:start

Example /config/database.php

<?php
return [
    'host'     => 'localhost',
    'db_name'  => 'cms',
    'username' => 'root',
    'password' => '',
    'charset'  => 'utf8'
];

Insert admin

Email: [email protected] Password: 1111

INSERT INTO user
(email, password, role, hash)
VALUES ('[email protected]', 'b59c67bf196a4758191e42f76670ceba', 'admin', 'new')

flexicms's People

Contributors

artemmelnik avatar lufog avatar malykhvitaliy avatar qwibit avatar max-gopher avatar reconix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.