OSDN Git Service

camephp
[umumu/umumu.git] / README.md
1 # CakePHP Application Skeleton
2
3 [![Build Status](https://api.travis-ci.org/cakephp/app.png)](https://travis-ci.org/cakephp/app)
4 [![License](https://poser.pugx.org/cakephp/app/license.svg)](https://packagist.org/packages/cakephp/app)
5
6 A skeleton for creating applications with [CakePHP](http://cakephp.org) 3.0.
7
8 This is an unstable repository and should be treated as an alpha.
9
10 ## Installation
11
12 1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
13 2. Run `php composer.phar create-project --prefer-dist cakephp/app [app_name]`.
14
15 If Composer is installed globally, run
16 ```bash
17 composer create-project --prefer-dist cakephp/app [app_name]
18 ```
19
20 You should now be able to visit the path to where you installed the app and see
21 the setup traffic lights.
22
23 ## Configuration
24
25 Read and edit `config/app.php` and setup the 'Datasources' and any other
26 configuration relevant for your application.