andytruong / vcbible
Application reading application
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-11-05 03:36:59 UTC
README
Install
# install composer curl -sS https://getcomposer.org/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
In production site, you need update ./config/default.php
.
Features
- Multiple translation
- Inline edit interface
- Responsive UI