Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 757 Bytes

INSTALL.org

File metadata and controls

25 lines (17 loc) · 757 Bytes

Also see README.org in this directory.

AmiGO 2 deployment.

A big change is that AmiGO 2 is now setup so that:

  • for development, it can be run as it stands using amigo-runner
  • using a proper web server, it can (should) be run directly out of the repo.

URL Mapping

To help keep track, here is the basic mapping table.

pathurl
\/???
static/imagesSTATIC_URL/images
static/cssSTATIC_URL/css
static/jsSTATIC_URL/js
stagingSTATIC_URL/javascript
perl/bin/*DYNAMIC_URL/*/DISPATCH

Where STATIC_URL and DYNAMIC_URL are…