4.0.0-beta-1 • Published 10 years ago
gatewayd v4.0.0-beta-1
Gatewayd
Gatewayd (pronounced "gateway-dee") connects payments between Ripple and other Ledgers according to pre-set and dynamic rules, and maintains a historical database of payments through the gateway.
Installation
npm install -g gatewayd@4.0.0-beta-1
Usage
gatewayd --help
gatewayd start
Dependencies
- The express web module is used to serve HTTP/JSON endpoints
- A Basic Auth strategy is used for authentication of users, admin.
- Several NPM modules must be globally installed: db-migrate, pg, forever, and mocha
- The easiest way to get started with Postgres is by launching a free database hosted by Heroku
- For local development on Mac the simplest installation is via the Postgres App by Heroku.
- On Linux, you can generally install Postgres from your distro's package manager
- The Ripple REST API provides a simplified HTTP/JSON interface to all the Ripple protocol network operations, such as payments and other transactions.
Installation
- Comprehensive installation script for Ubuntu
- Comprehensive installation script for Mac
Updating
The update process for gatewayd may change in the future, but for now, updating to a new version follows this process:
- Install any new npm modules needed by the new version
npm install -g gatewayd
- Apply schema changes to the database, if the new version includes any.
gatewayd migrate
- Restart the gatewayd processes. (This ends downtime)
gatewayd start
Configuration
Gatewayd uses the $HOME/.gatewayd directory for configuration.
To specify a different directory, use the $GATEWAYD_PATH environment variable
Initializers
Initializers are functions that configure Gatewayd once each upon startup.
Initializers are loaded from the directory at ~/.gatewayd/initializers
4.0.0-beta-1
10 years ago
4.0.0-alpha
10 years ago
3.33.0
10 years ago
3.31.2
10 years ago
3.31.0
10 years ago
3.30.0
10 years ago
3.29.1
10 years ago
3.23.1
10 years ago
3.22.1
10 years ago