From 8599d7142d276c8ab98b2884cc1c617258f3fb8a Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 9 May 2018 13:32:25 +0200 Subject: [PATCH] python 3 upgrade instructions --- README.md | 5 +++++ bin/packages/modules.cfg | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e9ccd2a..bade76d1 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ linux based distributions, you can replace it with [installing_deps_archlinux.sh There is also a [Travis file](.travis.yml) used for automating the installation that can be used to build and install AIL on other systems. +Python 3 Upgrade +------------ + +To upgrade from an existing AIL installation, you have to launch [python3_upgrade.sh](./python3_upgrade.sh), this script will delete and create a new virtual environment. The script **will upgrade the packages but won't keep your previous data** (neverthless the data is copied into a directory called `old`). If you install from scratch, you don't require to launch the [python3_upgrade.sh](./python3_upgrade.sh). + Docker Quick Start (Ubuntu 16.04 LTS) ------------ diff --git a/bin/packages/modules.cfg b/bin/packages/modules.cfg index 728763c4..b9e29506 100644 --- a/bin/packages/modules.cfg +++ b/bin/packages/modules.cfg @@ -114,10 +114,6 @@ publish = Redis_Duplicate,Redis_alertHandler subscribe = Redis_Global publish = Redis_Duplicate,Redis_alertHandler -[DbDump] -subscribe = Redis_Global -publish = Redis_Duplicate,Redis_alertHandler - [Bitcoin] subscribe = Redis_Global publish = Redis_Duplicate,Redis_alertHandler