From 54cbdc24518d9895d59bfe64ec04bcbba7156673 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 7 Dec 2023 03:47:12 +0200 Subject: [PATCH] update readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e7eac..b3895a0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,20 @@ All messages related to their room `namespaces`. * `cd KevaChat` * `composer install` +## Setup + +Application package contain settings preset, just few steps required to launch: + +* Make sure `memcached` server enabled +* Setup Kevacoin server connection with `rpcuser`/`rpcpassword` in `~/.kevacoin/kevacoin.conf` +* Copy `rpcuser` to `env`.`APP_KEVACOIN_USERNAME` and `rpcpassword` to `env`.`APP_KEVACOIN_PASSWORD` +* Generate new address using CLI `kevacoin-cli getnewaddress` and copy to `env`.`APP_KEVACOIN_BOOST_ADDRESS` +* Send few coins to this address and wait for new block to continue +* Create namespace for the chat room with `kevacoin-cli keva_namespace "sandbox"` and add it hash to `env`.`APP_KEVACOIN_ROOM_NAMESPACES` +* Also Provide at least one namespace for default chat room to `env`.`APP_KEVACOIN_ROOM_NAMESPACE_DEFAULT` (for homepage redirects) + ## Contribution -Project created from people and for people, feel free to use it for your own needs, join the development or make your feedback! +Project created from people to people: MIT License to use it for other needs e.g. new chat instance or Kevacoin blockchain explorer. + +Join the development and make your feedback!