GithubHelp home page GithubHelp logo

test-orgn / phoenixcms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cysha/phoenixcms

0.0 1.0 0.0 2.04 MB

Public Repo for Phoenix CMS

Home Page: http://phoenixcms.org/

PHP 85.58% JavaScript 4.06% ApacheConf 0.28% HTML 8.85% Vue 0.44% CSS 0.79%

phoenixcms's Introduction

Phoenix CMS

Phoenix CMS (PXCMS) is a powerful open source, modular content management system.

Requirements

  • Laravel 5.3 (For L4.2 checkout the v0.1 tag)
  • PHP 5.6.4+
  • MySQL 4+ (no official support for other DBMS at this time)
  • Apache Rewrite Module Enabled
  • Mcrypt PHP Extension
  • OpenSSL PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Installation

1. Clone this project into a directory

git clone https://github.com/Cysha/PhoenixCMS.git pxcms

2. Run a composer install from the root of the project:

composer.phar install

3. Assuming you have NPM installed, run the installer from the root of the project:

npm install

4. Run the bower installer from the root of the project:

npm install -g bower # run this if you dont have bower installed
bower install

Providing none of the above threw any errors, that should be all the dependancies installed.

5. (optional) Next thing to do is configure the environment,

  • find your apache vhost that you wish to use,
  • ensure the directory root is path/to/project/public
  • and that your parameters in your path/to/project/.env file are set are set.

6. Last thing to do then is run the installer from the root of the project, and follow the prompts

php artisan cms:install

Note: If XDebug is enabled you must increase the max_nesting_level in your php.ini like so:

xdebug.max_nesting_level = 200

Versioning

Releases will be numbered with the follow format: <major>.<minor>.<patch> And constructed with the following guidelines:

  • Breaking backwards compatibility bumps the major
  • New additions without breaking backwards compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

Documentation

.. coming soon ..

Modules, Themes, and Plugins

The CMS is fully customizable from themes and modules to language packs, documentation on how to create these will be posted on the website in due course.

Support

If you encounter problems with using the CMS, keeping in mind that it isn't a full release yet, please post on an issue on the repository. Module specific issues would be better posted to the correct module to keep tracking easier. Pull requests are welcome.

Awesome People

Thanks to the people that have contributed and helped test/find bugs in the project:

License Copyright (c) 2013 Cysha

PXCMS is licensed under the MIT LICENSE.

phoenixcms's People

Contributors

danselley avatar johnmaguire avatar lucasreta avatar mantissts avatar noeldavies avatar xlink avatar

Watchers

 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.