Code Monkey home page Code Monkey logo

myapp's Introduction

Croogo

Croogo is a free, open source, content management system for PHP, released under MIT License.

This repository contains the skeleton files that can be used as the base of your application.

Requirements

  • Apache with mod_rewrite
  • PHP 5.3 or higher
  • MySQL 4.1 or higher

Installation

To create a new Croogo project using composer:

composer create-project croogo/app app
cd app
composer install

The above commands will setup an app directory with the necessary files for a Croogo project. The default setup in composer.json includes:

  • Croogo ~2.x, installed in Vendor/croogo/croogo
  • CakePHP ~2.4, installed in Vendor/cakephp/cakephp

To configure your Croogo application:

Console/cake install.install

Alternatively, you can also use the installer from the browser.

Installation using git

You can use git to setup your Croogo project:

git clone http://github.com/croogo/app app
cd app && Console/add_submodule

The above commands will setup an app directory with all the necessary submodules registered.

To configure your Croogo application:

Console/cake install.install

Alternatively, you can also use the installer from the browser.

Installing with Vagrant

Make sure you have Vagrant with VirtualBox already installed in your machine first.

Then follow these steps:

$ git clone git://github.com/croogo/app.git
$ cd app
$ gem install librarian-chef
$ librarian-chef install
$ vagrant up

Add a new host for croogo.dev:

$ sudo vim /etc/hosts

and add this line to that file:

16.17.18.19 croogo.dev

You should be able to load Croogo from http://croogo.dev now.

myapp's People

Watchers

James Cloos 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.