[neon/infrastructure/pangea-gemstash] /: improve start script
Carlos De Maine
null at kde.org
Tue May 30 00:37:09 BST 2023
Git commit be6f1eec70756b8d466d6a83d5ec60671ff81a3e by Carlos De Maine.
Committed on 29/05/2023 at 23:36.
Pushed by carlosdem into branch 'master'.
improve start script
M +2 -1 start.sh
https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/be6f1eec70756b8d466d6a83d5ec60671ff81a3e
diff --git a/start.sh b/start.sh
index 8c1db85..5679d86 100755
--- a/start.sh
+++ b/start.sh
@@ -29,12 +29,13 @@ if [ ! -f ~/.gemrc ]; then
fi
# install required system deps for gemstash
-apt install libsqlite3-dev
+#apt install libsqlite3-dev
#apt install memcached
# install, verify and upgrade bundler
gem install bundler --conservative
gem update bundler
+bundle install
bundle update --bundler
# install, configure and start gemstash
More information about the Neon-commits
mailing list