summarylogtreecommitdiffstats
path: root/burstcoin-wallet.install
diff options
context:
space:
mode:
Diffstat (limited to 'burstcoin-wallet.install')
-rw-r--r--burstcoin-wallet.install15
1 files changed, 7 insertions, 8 deletions
diff --git a/burstcoin-wallet.install b/burstcoin-wallet.install
index c544dcc5f87f..ea61b17f7f83 100644
--- a/burstcoin-wallet.install
+++ b/burstcoin-wallet.install
@@ -4,18 +4,17 @@ post_install() {
xdg-icon-resource forceupdate --theme hicolor
echo "+-------------------------------------------------------------------------------------+"
- echo "| Config: /opt/burstcoin-wallet/conf/brs-default.properties |"
- echo "| By default, burst wallet uses MySQL |"
+ echo "| Configuration: /opt/burstcoin-wallet/conf/brs-default.properties |"
+ echo "| By default, burst wallet uses H2 DB /opt/burstcoin-wallet/burst_db/burst.h2 |"
+ echo "| |"
+ echo "| If you need make changes, create new file configs: |"
+ echo "| /opt/burstcoin-wallet/conf/brs.properties |"
+ echo "| /opt/burstcoin-wallet/conf/logging.properties |"
+ echo "| It will overwrite default properties configs, and will not touched on upgrades |"
echo "| |"
echo "| If you want to use MySQL: pacman -S mariadb |"
echo "| and configure by instruction: https://github.com/burst-apps-team/burstcoin |"
echo "| |"
- echo "| If you want to use H2 DB, you do not need to install additional, |"
- echo "| change parameters in config, where DB.url is path to file where will storage DB: |"
- echo "| DB.Url=jdbc:h2:/home/USER/burst_db/burst;DB_CLOSE_ON_EXIT=FALSE |"
- echo "| DB.Username= |"
- echo "| DB.Password= |"
- echo "| |"
echo "| Run wallet: sudo systemctl start burstcoin-wallet.service |"
echo "| URL: http://127.0.0.1:8125/index.html |"
echo "+-------------------------------------------------------------------------------------+"