Zammad: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Web (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
K (Kategorien) |
||
Zeile 50: | Zeile 50: | ||
/usr/bin/supervisord -c $HOME/supervisor/etc/supervisord.conf | /usr/bin/supervisord -c $HOME/supervisor/etc/supervisord.conf | ||
</pre> | </pre> | ||
[[Kategorie:HSDoku]] | |||
[[Kategorie:Installationsanleitungen]] | |||
[[Kategorie:Baustelle]] |
Version vom 14. November 2019, 15:50 Uhr
killall -u $USER killall -u $USER 9 cp -a zammad zammad-old cd zammad wget -O - https://ftp.zammad.com/zammad-latest.tar.gz |tar -xvvz bundle install --without test development mysql Geht nicht, Ruby 2.2.5 fehlt! cd rbenv install 2.5.5 Geht nicht, Rbenv ist zu alt! cd ~/.rbenv/plugins/ruby-build git pull cd rbenv install 2.5.5 rbenv global 2.5.5 rbenv local 2.5.5 cd zammad gem install bundle gem install bundler bundle install --without test development mysql Geht nicht, Bundler 1.17.x wird gebraucht. gem install bundler==1.17.3 Geht auch nicht. Dann hacken wir das mal versuchsweise ins Lock. vim Gemfile.lock bundle install --without test development mysql Es fehlen Libs. HS bitte installieren... [...] Danke! bundle install --without test development mysql export RAILS_ENV=production rake db:migrate rake assets:precompile /usr/bin/supervisord -c $HOME/supervisor/etc/supervisord.conf