Hmelex / johncms

JohnCMS Content Management System

Home Page:https://johncms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Source Code GitHub tag (latest SemVer)

PHP-CI Crowdin

This version is at an early stage of development. Many things may not work or work not as intended.

System requirements

  • PHP 8.0 and higher
  • MySQL 5.7
  • PHP configured to use MySQL Native Driver (mysqlnd)
  • .htaccess support

Installation

To install the general availability version, go to the project website and download the latest available distributive. Then follow the installation instructions that came with it.

To install the developer version, you must have a Composer dependency manager and GIT version control system.

  1. Clone or download this repository on local workstation.
  2. Assign the repository folder as Apache virtual host, or move contents to the previously created virtual host folder.
  3. Create MySQL Database.
  4. Open the console in the virtual host folder and install the dependencies using the command
composer install
  1. Open the url in your browser (replace your.site to your virtualhost name): http://your.site/install and follow the instructions in the installer.
  2. This is all done. If you go to the address of your virtual host from the browser, you should see a working site with demo data.

Problems and solutions

When you get updates from the repository, you need to follow the changes of some files.

  • If composer.json has been changed, you need to run the command composer install.
  • After updating or after changing routes, run the command php johncms cache:clear.

About

JohnCMS Content Management System

https://johncms.com

License:GNU General Public License v3.0


Languages

Language:PHP 62.3%Language:JavaScript 17.1%Language:HTML 15.4%Language:SCSS 2.6%Language:Vue 1.4%Language:CSS 1.2%Language:Makefile 0.0%