Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Yeah, with MySQL, the initial deploy is a little tricky. When running mina deploy for the first time, it fails because you aren’t able to do a migration until you create the database and add your user, etc.
Next I tried putting invoke: 'git:clone' in the setup task, but that failed citing fatal: destination path '.' already exists and is not an empty directory.
What I finally did was run mina setup then run mina deploy with #invoke :'rails:db_migrate' commented out. Now the code is there, and gems are installed. So you can just SSH in and run rake db:create and rake db:schema:load.
Yes, you are right, you’re not able to migrate unless you have a database.
You could’ve log in into the server, manually create the database from MySQL and uncomment #invoke :'rails:db_migrate' line.
“Next I tried putting invoke: 'git:clone' in the setup task, but that failed citing fatal: destination path '.' already exists and is not an empty directory.”
How did you handle that? Got the same problem.
-----> Stop sidekiq Skip stopping sidekiq (no pid file found)
-----> Start sidekiq
$ bundle exec sidekiq -d -e production -C /home/sumon/www/greenforever.us/public_html//current/config/sidekiq.yml -i 0 -P /home/sumon/www/greenforever.us/public_html//shared/ $ bundle exec sidekiq -d -e production -C /home/sumon/www/greenforever.us/public_html//current/config/sidekiq.yml -i 0 -P /home/sumon/www/greenforever.us/public_html//shared/pids/sidekiq.pid -L /home/sumon/www/greenforever.us/public_html//current/log/sidekiq.log
bundler: command not found: sidekiq
Install missing gem executables with bundle install
! ERROR: Deploy failed.
-----> Cleaning up build Deleting release $ rm -rf “$release_path” Unlinking current $ rm -f “deploy.lock” OK
! Command failed. Failed with status 19
“Unlike Capistrano or Vlad, mina only creates one SSH session per deploy”
Just FYI this has been remedied in Capistrano since 2014
droplet name:bunny username:demo appname to deploy:kutty when iam trying to enter the command on ubuntu terminal chown -R user-name /var/www/mydir iam facig the following errors… root@bunny:~# chown -R vijayalakshmireddy /var/www/mydir chown: invalid user: ‘vijayalakshmireddy’ root@bunny:~# chown -R demo /var/www/mydir chown: cannot access ‘/var/www/mydir’: No such file or directory root@bunny:~# chown -R demo /home/kutty chown: cannot access ‘/home/kutty’: No such file or directory root@bunny:~# chown -R bunny /home/kutty chown: invalid user: ‘bunny’ root@bunny:~# chown -R demo /var/www/home/kuttu chown: cannot access ‘/var/www/home/kuttu’: No such file or directory root@bunny:~# chown -R demo /var/www/home/kutty chown: cannot access ‘/var/www/home/kutty’: No such file or directory root@bunny:~# chown -R demo /var/home/kutty chown: cannot access ‘/var/home/kutty’: No such file or directory
could you please help in suggesting a correct path…my app lies on my desktop