https://github.com/chlunetwork/chlu-infrastructure
https://github.com/chlunetwork/chlu-infrastructure
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chlunetwork/chlu-infrastructure
- Owner: ChluNetwork
- License: mit
- Created: 2018-04-12T11:14:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T15:10:25.000Z (over 7 years ago)
- Last Synced: 2025-02-01T05:24:06.717Z (over 1 year ago)
- Language: JavaScript
- Size: 885 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chlu Infrastructure
This project has a pm2 configuration file that configures and starts [Chlu](https://chlu.io) services.
## Full Setup
- copy `.env.example` to `.env` and fill in the required secret keys and configuration options
- if you want your marketplace to be accessible from the internet and your payment-backed reviews to be validatable,
then fill in the CHLU_MARKETPLACE_LOCATION to the internet-reachable URL of your Chlu Marketplace
- make sure all projects are running on the same Chlu Network
- set up your local Wallet and login as a user with some test bitcoins. [Follow instructions on Wallet docs](https://github.com/ChluNetwork/chlu-wallet#test--demo)
- make sure you have `pm2` installed
- start the infrastructure with `bash start.sh`
- start your [Wallet](https://github.com/ChluNetwork/chlu-wallet)
- you have a full Chlu environment set up now. Use `pm2` commands with `ecosystem.config.js` to manage the services