From 0d22a783940a24f836c826439a92e2158951a099 Mon Sep 17 00:00:00 2001 From: yangyi Date: Tue, 31 May 2016 09:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/README.md b/README.md index f3c64d9..8217238 100644 --- a/README.md +++ b/README.md @@ -5,43 +5,7 @@ ```json { "require": { - "yeaha/owl": "0.3.*" + "yeaha/owl-orm": "1.0.*" } } ``` - -# [Hello world](https://github.com/yeaha/owl-site) - -## install -``` -composer create-project yeaha/owl-site ./mysite -``` - -## php-fpm + nginx - -nginx.conf -``` -server { - listen 127.0.0.1:12345; - root /PATH/TO/mysite/public; - index index.php; - - location @default { - include fastcgi_params; - fastcgi_pass 127.0.0.1:9000; - fastcgi_param SCRIPT_FILENAME /PATH/TO/mysite/index.php; - } - - location / { - try_files $uri @default; - } -} -``` - -## swoole - -require [swoole](https://github.com/swoole/swoole-src) extension - -``` -php -q /PATH/TO/mysite/server.php start -```