Skip to content

Commit

Permalink
Add default password for redis (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Aug 5, 2019
1 parent 3c01d9c commit 91f338f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/install_actinia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ mkdir -p "$ACTINIA_HOME"/userdata
apt-get -q update
apt-get --assume-yes install python3-actinia-core python3-actinia-statistic-plugin redis-server gunicorn3

# Add default password for redis
sed -i -e 's|# requirepass foobared|requirepass pass|' \
/etc/redis/redis.conf

# copy actinia configuration
cp "$BUILD_DIR/../app-conf/actinia/actinia.cfg" "$ACTINIA_CONF/actinia.cfg"

Expand Down

0 comments on commit 91f338f

Please sign in to comment.