mobiCMS Content Management System is in the early development stage and is not intended for installation on existing public sites. LOCAL TEST ONLY!!!
Make sure your server meets the following requirements:
- Apache webserver
- PHP 8.0 or higher
- MariaDB, MySQL or other compatible database
- InnoDB must be enabled
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.
- Clone or download this repository on local workstation.
- Assign the repository folder as Apache virtual host, or move contents to the previously created virtual host folder.
- Create MySQL Database.
- Import into the created database ALL files that are located in the
/install/sql
folder. - Copy the
/config/autoload/db.local.php.dist
file to/config/autoload/db.local.php
. - Write in the copied file the credentials of access to the database you created.
- Copy the
/config/autoload/development.local.php.dist
file to/config/autoload/development.local.php
. - Open the console in the virtual host folder and install the dependencies using the command
composer install
. - 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.
Contributions are welcome! Please read CONTRIBUTING for details.
This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.
In our development, we follow the principles of YAGNI and KISS.
The source code should not have extra unnecessary functionality and should be as simple and efficient as possible.
mobiCMS is licensed for use under the GNU General Public License v3.0 (GPL-3.0).
Please see LICENSE for more information.
Copyright (c) 2021 mobiCMS Project.
All rights to used third-party libraries, fonts, images, etc. reserved by their authors.
- mobiCMS Project website and support forum