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
6
votes
8 answers

Lost connection to MySQL server during query on random simple queries

FINAL UPDATE: We fixed this problem by finding a way to accomplish our goals without forking. But forking was the cause of the problem. ---Original Post--- I'm running a ruby on rails stack, our mysql server is separate, but housed at the same site…
acolchagoff
  • 1,926
  • 3
  • 18
  • 30
3
votes
1 answer

Rails: Deploying a staging environment: Devise Secret Key was not set

Right now, our company has a working production version of our company hosted on cloud66. I went through and set all of our environment variables and got our manifest up to snuff. Right now, aside from our API keys, staging is an exact replica of…
Antonio
  • 731
  • 7
  • 28
3
votes
2 answers

Faye setup in production

I've set up Faye on localhost, and works fine. I'm now trying to deploy it on DigitalOcean VPS, with Cloud66 deployment service. To run the command I use an "after_rails" hook. rackup $RAILS_STACK_PATH/faye.ru -s thin -E production This gives me…
Barna Kovacs
  • 1,226
  • 1
  • 14
  • 35
3
votes
2 answers

Change Carrierwave upload path to fit Cloud 66's config

Deployed rails app with Cloud 66, to digitalocean.com. Everything works fine, except some permission errors when trying to upload images. Errno::EACCES (Permission denied - /var/deploy/anabol/web_head/releases/20130608104347/public/uploads/tmp):…
Barna Kovacs
  • 1,226
  • 1
  • 14
  • 35
2
votes
3 answers

rake aborted! ArgumentError: same file:

When I try to deploy my rails app at cloud66, I get this error: rake aborted! ArgumentError: same file: /var/deploy/website/web_head/releases/20150315170454/public/assets/tinymce/custom_content.css and…
simo
  • 23,342
  • 38
  • 121
  • 218
2
votes
1 answer

Rails Cache Permission Error

I have a Rails app (a Spree Commerce store) running on Digital Ocean and deployed through Cloud 66. I would like to SSH into my server, run a rails console, and adjust some Spree config settings. When I try to do this I get a permissions…
michaelmichael
  • 13,755
  • 7
  • 54
  • 60
2
votes
2 answers

Dropped connections to server. Haproxy + Nginx + Unicorn

Some requests to my site are failed with "Server unexpectedly dropped the connection" and there is no errors in error logs. RPM is 1-1.2k. Do you have any ideas? Here is configs of haproxy, nginx and…
Ian Bernatcki
  • 108
  • 1
  • 10
2
votes
1 answer

How to run rake command on Cloud66 Rails provisioning?

I have a Rails application that requires some rake tasks to be executed before starting the application. Is the a way to do this when deploying the application with Cloud66?
NicoPaez
  • 426
  • 2
  • 12
2
votes
1 answer

How to minimise downtime and user facing errors while restarting Mysql Server and Rails servers on Cloud66?

What are the best practises for restarting mysql and rails servers on Cloud66, to minimise the possibilities of user's seeing errors? Background Sometimes logging into a server via ssh, there is a message system restart required Sometimes there are…
Mark Ellul
  • 1,906
  • 3
  • 26
  • 37
1
vote
1 answer

How can I connect Cloud66 with Jenkins to run a cucumber test after a deploy?

I have a rails server app running in Cloud66 and I want my Jenkins CI to start running a test every time there is a deploy in Cloud66. Is it possible to do this? How? Thanks!
Tiago
  • 673
  • 1
  • 8
  • 24
1
vote
1 answer

How to deploy Rails apps on a single VM using Cloud66

I'm quite new to docker containers and curious about the proper way to deploy them. I have a couple of Rails apps that are ready for deployment. 4 to be exact. Each app needs each other to work. I have a Cloud66 and a DigitalOcean account linked…
Ben
  • 1,370
  • 17
  • 42
1
vote
1 answer

passenger issue with cloud66 deploy

when i deployed using cloud66 I got this: First time this happened: We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly. The Phusion Passenger application server encountered an error while…
Pavan Katepalli
  • 2,372
  • 4
  • 29
  • 52
1
vote
1 answer

How to connect PGAdmin3 to Cloud66 hosted Postgres

I have a Cloud66 hosted web app and Postgres database (on a dedicated server) I'd like to connect to the Postgres DB via PGAdmin3 but I have been unable to configure Postgres to accept my connection. I have added the following line to…
Ian Bradbury
  • 1,416
  • 11
  • 18
1
vote
2 answers

Wildcard SSL certificates on Cloud66

We currently have a single development environment with Cloud66. We are hoping to expand to staging and production environments which will be secured with SSL. Is it possible to use the same wildcard certificate to secure all three environments…
Simmo
  • 1,717
  • 19
  • 37
1
vote
3 answers

Nginx www to non-www redirect

I need to add www to non-www redirect to nginx config. Here's the part of the config file (seems like whole config is too long for stack overflow): user nginx; worker_processes 1; error_log …
Martin Sojka
  • 523
  • 5
  • 18
1
2