NodCMS – A Free CMS powered by CodeIgniter
NodCMS is a free, Multi-Language, simple and powerful CMS powered by CodeIgniter.
More information can be found at nodcms.com.
Frontend Demo: demo.nodcms.com
Backend Demo: demo.nodcms.com/admin Username: demo Password: demo
You can download it directly as a ZIP file: GitHub Download!
NodCMS have a auto installation, but the installer is not powerful and doesn't work in all version of XAMPPs Make sure the installer will change in the near future.
If you cannot install nodcms automatic with wizard form, please try the manual way to install your NodCMS
- Create a new empty database on your MySQL server(Set "Collation" on utf8_general_ci)
- Import the nodcms.sql file
nodcms/install/installer/masks/nodcms.sql
from in your database - Rename the file
database_manual.php
todatabase.php
innodcms/nodcms/config/
- Inter your database name in line 81 of
database.php
between the last two quotation marks ('database' => 'YOUR DATABASE NAME',
) - Set your host username on line 79 instead of root(
'username' => 'root',
) - Inter your password in line 80 between the last two quotation marks.(
'password' => 'YOUR PASSWORD',
)
After install, you can access the admin side on this URL www.your-domain.com/admin
username: admin
password: 123456
If you find an issue, let us know here!
There are various ways you can contribute:
- Raise an Issue on GitHub
- Send us a Pull Request with your bug fixes and/or new features
- Translate nodcms into Languages files in GitHub