Sign inSign up

stackatoapps/bottle-currency

By stackatoapps

Updated almost 11 years ago

Image
2

694

stackatoapps/bottle-currency repository overview

Currency Converter

Purpose

Currency Converter is a web app for converting currencies.

Technology Stack

The app uses Foxrate XML-RPC API to obtain actual currency exchange rates. The data is retained in the local Redis database for 3 hours.

Usage

Deploy on HPE Helion Stackato
Server side:
$ kato role add redis # if not present

Client side:
$ stackato push -n

Then open application in a browser.

$ stackato open
Without HPE Helion Stackato

It is possible to run the app without HPE Helion Stackato, if necessary.

  1. Install and start Redis database, see http://redis.io for details

  2. Install dependencies:

    $ pypm install -r requirements.txt

  3. Run the app:

    $ SELFHOST=1 python ./wsgi.py

Then open http://127.0.0.1 in a browser.

Tag summary

Content type

Image

Digest

sha256:76e63f8b2

Size

76.6 MB

Last updated

almost 11 years ago

docker pull stackatoapps/bottle-currency