GithubHelp home page GithubHelp logo

codecrusaderplus / gila Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gilacms/gila

0.0 0.0 0.0 4.57 MB

A lightweight and fast CMS system built with PHP

Home Page: http://gilacms.com

License: BSD 3-Clause "New" or "Revised" License

Shell 0.15% JavaScript 64.04% PHP 31.89% CSS 3.73% Hack 0.01% Dockerfile 0.04% Latte 0.03% Mustache 0.11%

gila's Introduction

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

gila's People

Contributors

anksh1997 avatar ayacoo avatar jlzaratec avatar jossjox avatar mookman288 avatar rastating avatar vzuburlis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.