GithubHelp home page GithubHelp logo

exitecms8's Introduction

#ExiteCMS

Description

ExiteCMS8 is a fast, lightweight PHP 5.3 application framework, built on top of the excellent FuelPHP framework.

It will add all common application functionality to the FuelPHP framework, such as authentication, authorisation, and theming and templating. ExiteCMS is widget driven, to extend your application you only have to design your widget module. ExiteCMS will take care of the rest. ExiteCMS provides a full administrative backend to quickly setup a new application using the installed modules and themes.

##Development Team

##Downloading ExiteCMS

Since ExiteCMS uses Submodules and since GitHub Downloads don't support submodules, do not download ExiteCMS using the Downloads link here.

There is a download section on the ExiteCMS website, where you can find ready-to-install zipfiles.

Note that for the current development branch no submodules are used, because we develop on the current FuelPHP develop branch. If you want to use the ExiteCMS develop branch, do a git clone of all required FuelPHP components and switch them to the latest FuelPHP develop branch.

##Cloning ExiteCMS

ExiteCMS uses submodules for external depedencies like the FuelPHP core folder and packages. After you clone the repository you will need to init and update the submodules.

Here is the basic usage:

git clone --recursive git://github.com/ExiteCMS/ExiteCMS8.git

The above command is the same as running:

git clone git://github.com/ExiteCMS/ExiteCMS8.git
cd ExiteCMS8
git submodule init
git submodule update

You can also shorten the last two commands to one:

git submodule update --init

##Donate

Donate Here

Any donations would help support the ongoing development of ExiteCMS and pay for software, development and hosting costs. We understand if you cannot, but greatly appreciate anything you can give.

exitecms8's People

Contributors

wanwizard avatar

Stargazers

 avatar

Watchers

 avatar  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.