Questions tagged [cloud66]

Cloud 66 is the application Platform which enables developers to deploy, manage and scale their applications on their own private servers or public cloud.

Cloud 66 is the application Platform which enables developers to deploy, manage and scale their applications on their own private servers or public cloud. It gives you convenience of PaaS combined with freedom and flexibility of owning your own servers.

https://www.cloud66.com/

24 questions
1
vote
1 answer

Rails websocket issue on Cloud66

I use with tubesock gem to add websockets support to my application Rails 4. Everything works fine on the localhost, but after deploy to DigitalOcean via Cloud66 I get an error while connecting to it from…
Bardt
  • 695
  • 1
  • 8
  • 17
0
votes
0 answers

How to do job schedule via shell for my node.js project?

I have a next.js project based on node.js which is deployed at cloud66. Now at my hoster I can run cronjobs and I need to call an api route from my app. Lets say testapi.js which is accessable under www.example.com/testapi. The cronjob dashboard…
Marcel Dz
  • 2,321
  • 4
  • 14
  • 49
0
votes
0 answers

Error on deploying a next.js app to cloud66

Im trying to deploy a basic next.js app which I just created on cloud66 vm. This is my package.json of my next.js project: { "name": "cloud66", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next…
Marcel Dz
  • 2,321
  • 4
  • 14
  • 49
0
votes
0 answers

Cant install gem on cloud66

So I have an issue with cloud66 when deploying to my server, It states it cannot find gem babel-source I've looked on rubygems and it hasn't been yanked, It installs fine locally. However when running it on cloud66 i get this error Could not find…
Sam
  • 3
  • 3
0
votes
0 answers

Sidekiq jobs giving error on cloud66 but working fine on my local

I am setting up sidekiq with active job on cloud66. I schedule jobs and that are working fine on my local but giving error on cloud66. I have also placed exception handling and I don't see coding error. Error: TID-19444p SendingRemindersJob…
0
votes
1 answer

How to authorize cloud66 toolbelt

I dont understand how to use cloud66 toolbelt. In docs stated you need to run command cx stacks list - it opens cloud66 site in browser with Auth Code line. What should I do next? Should I put this Auth Code somewhere? Where?
sandric
  • 2,310
  • 3
  • 21
  • 26
0
votes
3 answers

Sidekiq keeps rebooting Cloud66

I have been struggling with this issue for a while and just can't figure it out. I am trying to get Redis and Sidekiq to handle background jobs for my Rails Project hosted on Cloud66 w/ Digital Ocean. All needed gems seem to be present and the setup…
Jursels
  • 173
  • 1
  • 3
  • 12
0
votes
1 answer

How to remove redis server from cloud66 stack?

How to remove redis server from cloud66 stack? I installed redis server on cloud66 stack, but now I want to remove it, how to do this?
rahoolm
  • 733
  • 2
  • 12
  • 22
-1
votes
1 answer

Move away from cloud66 and deploy to azure via commandline

So i have a nice rails app working fine via cloud66 However I don't need the expense of cloud66 anymore. I was using cloud66 to deploy and run migrations and rake tasks (can use whenever gem for this) I'm wondering how I can remove the middleman of…
samnymr12
  • 19
  • 4
1
2