1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

Update install.sh

This commit is contained in:
Didier Barzin 2025-02-19 19:55:54 +01:00 committed by GitHub
parent efb2a73cc2
commit 9f5ae528bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ if [ ! -d "kvrocks" ]; then
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
cd kvrocks
git checkout 2.10
./x.py build -j 4
./x.py
cd ..
chown -R $SUDO_USER kvrocks
fi
@ -106,7 +106,6 @@ cd pandora
echo PANDORA_HOME="`pwd`" >> .env
su - $SUDO_USER -c "cd ~/pandora; poetry install"
su - $SUDO_USER -c "cd ~/pandora; echo PANDORA_HOME=\"`pwd`\" >> .env"
su - $SUDO_USER -c "cd ~/pandora; cp config/generic.json.sample config/generic.json"
# don't forget to change storage_db_hostname in config/generic.json. It should be "kvrocks"