Skip to content
Extraits de code Groupes Projets
Valider 60ae7ff7 rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

Take magent out of chef recipes

parent b9dbdd09
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -42,13 +42,6 @@ execute "executable" do ...@@ -42,13 +42,6 @@ execute "executable" do
command "chmod -R 755 /service/websocket" command "chmod -R 755 /service/websocket"
end end
execute "magent run" do
command "mkdir -p /service/magent && echo '#!/bin/sh' > /service/magent/run && echo 'cd /usr/local/app/diaspora && RAILS_ENV=production exec /usr/local/bin/bundle exec /usr/local/bin/magent start --log-path=/usr/local/app/diaspora/log/' >> /service/magent/run"
end
execute "executable" do
command "chmod -R 755 /service/magent"
end
execute "redis run" do execute "redis run" do
command "mkdir -p /service/redis && echo '#!/bin/sh' > /service/redis/run && echo 'cd /usr/sbin/ && exec /usr/sbin/redis-server /usr/local/etc/redis.conf' >> /service/redis/run" command "mkdir -p /service/redis && echo '#!/bin/sh' > /service/redis/run && echo 'cd /usr/sbin/ && exec /usr/sbin/redis-server /usr/local/etc/redis.conf' >> /service/redis/run"
end end
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter