Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slacking on other free clouds? #96

Open
NathanHazout opened this issue Aug 30, 2015 · 9 comments
Open

Slacking on other free clouds? #96

NathanHazout opened this issue Aug 30, 2015 · 9 comments

Comments

@NathanHazout
Copy link

Has anyone installed Slackin on other cloud platforms? (App Engine maybe?)
The free heroku has the whole 16 hours per day limit...

@jonasrosland
Copy link

I have ours deployed on Cloud Foundry (over at http://community.emccode.com), I'm sure you can find some cheap/free accounts there.

@kumarharsh
Copy link

I think just starting a nodejs server on any cloud (AWS-FreeTier, Azure Trial, OpenShift) would be enough. Then, run npm install -g slackin; slackin <domain> <token> and you're good to go.

@avinassh
Copy link

avinassh commented Nov 6, 2015

I have deployed Slackin on Openshift and it's fine. Unlike Heroku, Openshift has no hours/day limits.

@teone
Copy link

teone commented Nov 11, 2015

@kumarharsh using it in this way is running, but as I log out from ssh, it stops. Is there any way to use pm2 or forever to run slackin?

@kumarharsh
Copy link

yeah, I guess you can use something like nohup

@teone
Copy link

teone commented Nov 13, 2015

Thanks @kumarharsh, at the end we used start-stop-daemon

@LucasCioffi
Copy link

@nasht00 Practically speaking, what happens when the 16-hour limit on Heroku is reached?

Does that mean that the app will reboot on the next user's request and take about 15-30 seconds to load or does it mean that the user will be out of luck and can' get in for another 8 hours?

@NathanHazout
Copy link
Author

@LucasCioffi it means the app will be offline for another 8 hours (if the app really was active for 16 straight hours).

By the way, my solution was Bluemix.

@jpoon
Copy link
Contributor

jpoon commented Dec 8, 2015

I'm working on a Deploy to Azure button at the moment over with this PR #124. What I have so far will setup continuous delivery from the slackin Git repo to an Azure Web App (free tier). The limits on the free tier are similar to Heroku -- sleep during a period of inactivity and a maximum compute time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants