Skip to content
/ mobicms Public
forked from mobicms/mobicms

mobiCMS is in the early development stage and undergoing heavy architectural design currently. Not intended for installation on public sites. For development purpose only!

License

Notifications You must be signed in to change notification settings

pomdom/mobicms

 
 

Repository files navigation

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) Packagist

CI-Analysis CI-Security CI-Tests Quality Gate Status

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 /config/autoload/db.local.php.dist file to /config/autoload/db.local.php.
  6. Write in the copied file the credentials of access to the database you created.
  7. Copy the /config/autoload/development.local.php.dist file to /config/autoload/development.local.php.
  8. Open the console in the virtual host folder and install the dependencies using the command composer install.
  9. 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.

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

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

mobiCMS is licensed for use under the GNU General Public License v3.0 (GPL-3.0).
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

About

mobiCMS is in the early development stage and undergoing heavy architectural design currently. Not intended for installation on public sites. For development purpose only!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.5%
  • HTML 26.5%