I'm trying to install my own copy of Slackin (https://github.com/rauchg/slackin). I created a webapp for it and installed it using NPM. I'm able to run the slackin command and it seems to be running in the background. However, I don't have any files to point to, namely the page it create you with the invite form. Did somebody install it here? asked 22 Sep '16, 16:09 vallieres |
You need to create a "Custom app (listening on port)" application in our control panel. This will get you a port assignment for your slackin app. After you create the app, go ahead and attach it to a website on whatever domain, like slackin.yourdomain.com. Finally, run slackin with the Once you've done that, you should be able to access it via http:/ slackin.yourdomain.com. Hope that helps! answered 22 Sep '16, 20:24 seanf How can I make sure that it keeps on running? I got it to work but it needs to run forever. nohup would work but if the server is restarted it will not restart. What do you propose I do? Thanks!
(23 Sep '16, 12:47)
vallieres
If you want to start a process upon the server's reboot, you can add a cron job using the @reboot directive. You can also use a watchdog type of script.
(23 Sep '16, 14:05)
iliasr ♦♦
|