Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markjivko/fervoare
A small CMS for SaaS
https://github.com/markjivko/fervoare
codeigniter markjivko php php-cms php-cms-admin php-framework saas self-documenting
Last synced: about 1 month ago
JSON representation
A small CMS for SaaS
- Host: GitHub
- URL: https://github.com/markjivko/fervoare
- Owner: markjivko
- License: gpl-3.0
- Created: 2021-07-19T10:17:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T14:33:39.000Z (4 months ago)
- Last Synced: 2024-09-05T19:43:17.139Z (4 months ago)
- Topics: codeigniter, markjivko, php, php-cms, php-cms-admin, php-framework, saas, self-documenting
- Language: PHP
- Homepage: https://markjivko.com/fervoare-cms/
- Size: 2.49 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Fervoare CMS
A tiny content management system
Project created in 2012 and ported to GitHub in 2021.
## Getting started
Assuming you have installed a [LAMP Stack](https://en.wikipedia.org/wiki/LAMP_(software_bundle)) on your machine, navigate to your `www` folder and run the following command:
```
git clone https://github.com/markjivko/fervoare .
```Fervoare CMS comes with a 1-click installer so all you need to do is to create a MySQL database.
## Quick demo
You can access this [static DEMO](https://markjivko.com/fervoare/) for a very short introduction to the CMS or
you can navigate to the following address:```
http://localhost
```## An OctoMS project
Extending the design and user roles is easy with the MVC architecture of [OctoMS](https://github.com/markjivko/octoms).
**Warning!**
Do not use this CMS in a production environment; this is an unmaintained study/side-project from 2012.