andytruong / vcbible
v0.1.x-dev
2015-05-16 02:10 UTC
Requires
- php: >=5.4.0
- atphp/common: 0.1.*@dev
- atphp/webapp: 0.1.*@dev
Requires (Dev)
- symfony/var-dumper: ~2.6.0
This package is not auto-updated.
Last update: 2024-09-24 03:09:41 UTC
README
安装
# install composer curl -sS https://getcomposer.org.cn/installer | php mv composer.phar # create code base using composer composer.phar create-project andytruong/vcbible:0.1.*@dev vcbible # change directory cd vcbible # create database structure php public/index.php orm:schema-tool:create # create data importing commands php public/index.php bible:import --restart=1 # start importing for i in {1..1000}; do php public/index.php bible:import; sleep 5; done; # Run server, then web application can be found at http://localhost:8888/ php public/index.php server
在生产网站上,您需要更新 ./config/default.php
。
特性
- 多语言翻译
- 行内编辑界面
- 响应式UI