GithubHelp home page GithubHelp logo

bombayworks / currycms Goto Github PK

View Code? Open in Web Editor NEW
21.0 7.0 7.0 3.79 MB

Curry CMS is an open-source Content Management System (CMS) for PHP 5.3.

Home Page: http://currycms.com

License: Other

ApacheConf 0.01% PHP 80.80% CSS 8.85% HTML 1.57% JavaScript 8.78%

currycms's Introduction

Curry CMS

Curry CMS is an open-source Content Management System (CMS) for PHP 5.3.

Requirements

  • PHP 5.3.7 or later, with the DOM/libxml2 and PDO extension.
  • A supported database (MySQL, MS SQL Server, PostgreSQL, SQLite, Oracle)
  • Web server with support for URL rewriting

Getting started

To setup Curry CMS, you need a project with some minimal configuration. A project skeleton can be found in the currycms-project-base repository. You can use composer to create a new project using this repository.

  • Install composer
  • Create project skeleton and install dependencies php composer.phar create-project --stability=dev bombayworks/currycms-project-base <directory>

Once everything has been installed, you need to make the www folder accessible from your web server and configure URL rewriting, after that you should be able to access the project installation from /admin/.

Unit testing

Curry CMS uses PHPUnit for unit testing. In order to run the tests, you need to:

  • Download composer development dependencies php composer.phar install --dev.
  • Configure database settings in test/fixtures/propel/propel.xml.
  • Build propel files for fixtures ./vendor/bin/propel-gen test/fixtures/propel/ main.
  • Clear database ./vendor/bin/propel-gen test/fixtures/propel/ insert-sql.
  • Run tests: ./vendor/bin/phpunit.

License

See the LICENSE.txt file.

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.