Skip to content

Latest commit

 

History

History
executable file
·
63 lines (52 loc) · 2.01 KB

README.md

File metadata and controls

executable file
·
63 lines (52 loc) · 2.01 KB

What it does:

Bible Projector is a browser based tool for projecting Bible verses.

How to access it:

In a modern browser (Chrome, Firefox, Safari), go to http://bibleprojectorpage.github.io

How to run in local:

  1. Download NodeJS at https://nodejs.org/
  2. Install NodeJS package bower - It is a JavaScript dependency manager
    npm install -g bower
  3. Install git from http://www.git-scm.com/
  4. Clone source code
    git clone https://github.com/weipingc/bibleProjector
  5. Get dependencies
    cd bibleProjector
    bower update
  6. Install NodeJS package polyserve - It is a web server written in NodeJS
    npm install -g polyserve
  7. Run polyserve to serve the Bible Projector application
    polyserve -p 8888
    Or ./startPolyserve.bat You will see the following:
    Starting Polyserve on port 8888
    Files in this directory are available at localhost:8888/components/BibleProjector/...
  8. Launch the Bible Projector application
    Start Chrome browser
    Go to localhost:8888/components/BibleProjector/index.html

Help

Clicking the Help link will open the Help window, you can read detailed instructions there.

System requirements:

Google Chrome Version 44 or newer.

Technical Notes:

Polymer(http://polymer-project.org/) version 1.0 is used.

Publish

  1. Following this tech guide:
    https://pages.github.com/
  2. Create another account @github.com
    bibleprojectorpage
  3. Created new repo
    bibleprojectorpage.github.io
  4. Clone the new repo
  5. Copy the deployment of this repo(weipingc/bibleprojector)
  6. Commit the new repo
  7. Now you can access it http://bibleprojectorpage.github.io

Credentials

Weiping Chen([email protected]) This program is based on the works of Mr. Weiheng Hsi, Mr. Spring ([email protected]) and Paul Chang([email protected])