Loading repository data…
Loading repository data…
RafaelRamosR / repository
Elaboración de un blog basado en la arquitectura Modelo Vista Controlador (MVC) usando CMS de PHP
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Development of a content management system (CMS) based on the Model View Controller (MVC) architecture. 4BLOG is a fake blog where writers can publish their articles and get new followers without depending on their own website domain.
Clone 4BLOG from Github:
git clone git@github.com:RafaelRamosR/cms-blog.git
Activate Apache (port 80) and MySQL (port 3306) services on your local server.
Finally, enter the main project address http://localhost/cms/home
Note: Read installation for a more detailed description of the process.
Una serie de ejemplos paso a paso que te dice lo que debes ejecutar para tener un entorno de desarrollo ejecutandose
git clone git@github.com:RafaelRamosR/cms-blog.git
Move the repository to the htdocs folder on your local server. In the case of XAMPP its directory is C:/xampp/htdocs.
Review the httpd.conf file and verify that the AllowOverride value is always All, read the following article for more information.
Activate APA and MySQL services on ports 80 and 3306, respectively.
If necessary, modify the global variables DB_HOST, DB_USER, DB_PASSWORD and DB_NAME located in the app/config/config.php file to change the connection data to the database.
Finally, enter the main URL of the project http://localhost/cms/home
4BLOG is open-source software, freely distributable under the terms of an MIT - style license. The source code is hosted on GitHub.
We welcome contributions in the form of bug reports, pull requests, or thoughtful discussions in the GitHub issue tracker. Please see the Code of Conduct for our pledge to contributors.
4BLOG is built primarily in pure PHP, plus javascript code and libraries.
Only commit changes to 4BLOG source and leave the version unchanged.
4BLOG was created by Rafael R. Ramos R., however, new creators are authors.
This project is licensed MIT - See the LICENSE.md file for details.