radphp/radphp-demo
Composer 安装命令:
composer create-project radphp/radphp-demo
包简介
RadPHP demo application
README 文档
README
A sample project for creating applications based on RadPHP framework.
Installation
With Vagrant and Docker (Recommended):
- First make sure you have Vagrant and Docker
- Execute
git clone git@github.com:radphp/radphp-demo.git [app-name] - Change directory to
[app-name] - Make sure you don't have web server running (If you need help!)
- Just run
vagrant up - Go to you container with
vagrant ssh - Change directory to you virtual gost root directory with
cd /srv/www - Execute
composer update - Then open http://127.0.0.1/ in your browser
With your own installation of web server and PHP:
- First make sure you have Composer
- Run
composer create-project -s dev --prefer-dist radphp/radphp-demo [app_name] - Put
[app_name]directory somewhere in your web root directory - Create a virtual host config file in your web server and point it's root directory to
webdirectory of[app_name] - Add your defined SERVERNAME in front of 127.0.0.1 line in your /etc/hosts
- Then open http://SERVERNAME/ in your browser
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-19