gilacms/gila

A framework to build your next awesome web application

Installs: 28

Dependents: 0

Suggesters: 0

Security: 8

Stars: 45

Watchers: 6

Forks: 12

Open Issues: 0

Language:JavaScript

dev-master 2022-05-17 20:56 UTC

This package is not auto-updated.

Last update: 2024-04-19 23:04:23 UTC


README

68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f67696c61636d732f67696c612f616c6c2e737667 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f67696c61636d732f67696c612e737667 68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f67696c612d636d732f62616467652f3f76657273696f6e3d6c6174657374 68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f6e776a732f6e772e6a732e737667

687474703a2f2f67696c61636d732e636f6d2f6173736574732f67696c612d6c6f676f2e706e67

Gila CMS

Gila CMS is a content management system made in PHP and MySql. Built with MVC architecture, is very easy to develop on it any costumized solution.

Download

# with composer
composer create-project gilacms/gila

# with git
git clone https://github.com/GilaCMS/gila.git gila

Installation

  1. Create a new database and a user with all privileges in MySql
  2. Run /install in your browser
  3. Fill all fields with the database credentials and the admin's data of the website
  4. The installation is complete

Run with Docker

Prepare the database

docker run --name mariadb1 -e MYSQL_ROOT_PASSWORD=rootpass -e MYSQL_DATABASE=g_db -e MYSQL_USER=g_user -e MYSQL_PASSWORD=password -d mariadb

Get the mariadb1 ip (use it as Database Hostname)

sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mariadb1

Run the container at http://localhost:8088 (DB Name: g_db, DB User: g_user, DB Password: password)

docker run  -d -p 8088:80 vzuburlis/gilacms

Useful Links

Post: How to install gila cms

Documentation

Get Involved

You are welcome to be part of the development of Gila CMS. First please read Code of Conduct

How to contribute

For any question/feature proposal/help needed Make a new issue

List of Contributors

Gila CMS is using Semantic Versioning