Skip to content
forked from khodakhah/nodcms

NodCMS-Bundle - to download - the open-source PHP CMS based on the CodeIgniter

License

Notifications You must be signed in to change notification settings

anvari182/nodcms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodCMS is a free, Multilingual, simple and powerful CMS based on CodeIgniter4.

More information can be found at nodcms.com.

This repository holds a source, composer dependencies, and latest released versions of the NodCMS.

Demo

demo.nodcms.com

Username: demo, Password: demo

NodCMS v3.x

IMPORTANT: CodeIgniter4 Application Structure!

Since NodCMS v3.0 (based on Codeigniter4) your domain should point to the public folder.

public/ is your website root directory. Learn More

The following points are the most important changes on NodCMS since v3.x

  1. Codeigniter 4
  2. New NodCMS core & structure
  3. Better modular structure
  4. Some quick debugs

Download

You can download the latest released version as a ZIP file from nodcms-bundle.

Download ZIP File

Composer Installation

Create a NodCMS Project

This installation technique would suit a developer who wishes to start a new NodCMS based project.

composer create-project khodakhah/nodcms

Upgrading

composer update

Local installation

  1. Run git clone https://github.com/khodakhah/nodcms.git
  2. Open the project folder e.g. on Linux and Maccd nodcms
  3. Run composer install
  4. Rename the env file in root folder to .env
  5. Run composer start
  6. Open https://localhost:8000 in the browser.

Server requirement

Please check this link https://codeigniter.com/user_guide/intro/requirements.html

Adding NodCMS to an Existing Project

composer require khodakhah/nodcms

Copy the public, writable, and all folders with the prefix nodcms- from vendor/khodakhah/nodcms to your project root

Database structure

NodCMS database structure will be created automatically from models throw a wizard CMS installation.

So you can only need to follow the below steps right now.

  1. Create a new database on your host for NodCMS.
  2. Open the project on the browser.
  3. You will see installer wizard to build your database.

In the further versions, the database structure will be provided as an SQL file or/and throw CLI.

Learn more

Bugs Reports

If you find an issue, let me know here!

About

NodCMS-Bundle - to download - the open-source PHP CMS based on the CodeIgniter

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 36.6%
  • PHP 36.2%
  • HTML 12.3%
  • CSS 10.6%
  • CoffeeScript 2.3%
  • SCSS 2.0%