https://github.com/positiondev/latinamerica
An interactive map of latin american history
https://github.com/positiondev/latinamerica
Last synced: 11 months ago
JSON representation
An interactive map of latin american history
- Host: GitHub
- URL: https://github.com/positiondev/latinamerica
- Owner: positiondev
- License: isc
- Created: 2013-07-19T01:00:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T18:37:09.000Z (over 10 years ago)
- Last Synced: 2025-01-15T10:02:32.046Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 4.31 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
## About
This is a webapp for an interactive map/timeline of latin american
history.
## Technical
The application is written with the web framework Ur/Web, and is
backed with an SQLite database, for simplicity / portability.
## Building
In addition to Ur/Web, which documents how to get it built, you need
static versions of libssl, which should be in the libssl-dev packages
on debian/derivatives. You also need mhash (libmhash-dev). Then you
should be able to, at least on Linux, make static to build a static
version of the app, suitable for deployment. (Note that on Macs you
can't do this - you can almost by trying with the -debug flag and then
manually replacing -lssl and company with paths to the .a files, but
libSystem is not provided statically, so it will always be dynamic.)
## Deployment
Copy la.exe to your host, changing any paths in la.ur[p] as needed for
the static files, and start it up. Put it behind a proxy to have
static files work.