We install nodejs from package, update paths

This commit is contained in:
Greg Karékinian
2018-04-17 13:19:23 +02:00
parent d26d2e17fd
commit c3933012dd
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ application path_to_deploy do
user: "sockethub",
group: "sockethub",
app_dir: path_to_deploy,
entry: "/usr/local/bin/node /usr/local/bin/npm start",
entry: "/usr/bin/node /usr/bin/npm start",
environment: { 'DEBUG' => '*',
'PORT' => node['sockethub']['port'] }
)