andytruong / vcbible
Application reading application
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:project
pkg:composer/andytruong/vcbible
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: 2025-10-07 07:58:34 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