mobicms/mobicms

mobiCMS Content Management System

dev-main 2024-02-04 17:53 UTC

This package is auto-updated.

Last update: 2024-05-04 18:22:45 UTC


README

mobiCMS Content Management System is in the early development stage and is not intended for installation on existing public sites. LOCAL TEST ONLY!!!

GitHub GitHub release (latest SemVer) CI-Analysis

System requirements

Make sure your server meets the following requirements:

Installation

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.

  1. Clone or download this repository on local workstation.
  2. Assign the repository folder as Apache virtual host, or move contents to the previously created virtual host folder.
  3. Create MySQL Database.
  4. Import into the created database ALL files that are located in the /install/sql folder.
  5. Copy the /system/config/config.local.php.dist file to /system/config/config.local.php.
  6. Write in the copied file the credentials of access to the database you created.
  7. Open the console in the virtual host folder and install the dependencies using the command composer install.
  8. 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.

Contributing

Contributions are welcome! Please read CONTRIBUTING for details.

YAGNI KISS

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.

License

This package is licensed for use under the GPL-3 License.
Please see LICENSE for more information.

Copyright

Copyright (c) 2021 mobiCMS Project.
All rights to used third-party libraries, fonts, images, etc. reserved by their authors.

Our links