project vcbible
        Application reading application
    
            
                
                    
                    
                    
                    
                        
                            
    
        
        
            andytruong/vcbible
            Application reading application
         
     
    
        
            -  Saturday, May 16, 2015
 
                                -  by andytruong
 
                            -  Repository
 
            -  1 Watchers
 
            -  0 Stars
 
            -  2 Installations
 
        
     
    
        
                            - PHP
 
            
            -  0 Dependents
 
            -  0 Suggesters
 
            -  0 Forks
 
            -  13 Open issues
 
            -  1 Versions
 
            -  0 % Grown
 
        
     
 
    
        
            
    
    
    
Bible Reading Application 
  
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., (*1)
Features
- Multiple translation
 
- Inline edit interface
 
- Responsive UI
 
Screenshot
, (*2)
         
     
 
    
        
            
                                    
                        
                        
                        
                            0.1.x-dev
                            0.1.9999999.9999999-dev
                                                        
                                Application reading application
                                
                                                                     
                                    Sources
                                                                                                     
                                    Download
                                                                
                                
                                                                            MIT
                                    
                                
                                                                    The Requires
                                    
                                     
                                                                                                    The Development Requires