https://github.com/khodakhah/nodcms-bundle
NodCMS-Bundle - to download - the open-source PHP CMS based on the CodeIgniter
https://github.com/khodakhah/nodcms-bundle
cms codeigniter codeigniter4 content-management-system nodcms php website
Last synced: about 2 months ago
JSON representation
NodCMS-Bundle - to download - the open-source PHP CMS based on the CodeIgniter
- Host: GitHub
- URL: https://github.com/khodakhah/nodcms-bundle
- Owner: khodakhah
- License: mit
- Created: 2021-11-03T18:50:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T18:31:56.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T14:47:03.143Z (about 1 year ago)
- Topics: cms, codeigniter, codeigniter4, content-management-system, nodcms, php, website
- Language: PHP
- Homepage: https://nodcms.com
- Size: 5.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# NodCMS Bundle
NodCMS is an open-source, Multilingual, simple and powerful CMS based on [CodeIgniter4]((https://codeigniter.com/)).
## Repository INFO
This repository holds the bundle CMS for who want to download the CMS and upload it on host or server.
It has been built from the [development repository](https://github.com/khodakhah/nodcms).
More information can be found at [nodcms.com](http://nodcms.com/).
Merge requests would not be accepted on this repository. So please do merge requests only on [development repository](https://github.com/khodakhah/nodcms).
## Demo
[demo.nodcms.com](http://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](https://codeigniter.com/user_guide/concepts/structure.html#public)
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](https://github.com/khodakhah/nodcms-bundle).
[Download ZIP File](https://github.com/khodakhah/nodcms-bundle/archive/master.zip)
## 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.
[Learn more](https://nodcms.com/user-guide/)
## Bugs Reports
If you find an issue, let me know [here](https://github.com/khodakhah/nodcms/issues/new)!