Report this

What is the reason for this report?

How to deploy Play! app with Dokku

Posted on June 23, 2014

Dear community! I try to deploy Play! app with Dokku. I use this tutorial - https://www.digitalocean.com/community/tutorials/how-to-use-the-dokku-one-click-digitalocean-image-to-run-a-play-app . But when I type command git push remote_name master I got error : "fatal: ‘app_name’ does not appear to be a git repository fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists." What shall I do?



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

probably you missed git repo creation

from tutorial ----------

Now, change directories to your project root and initiate a git repository:

cd ~/app_name git init Now, add all of the project files into git and commit the changes:

git add . git commit -m ‘Initial Commit’

end of tutorial -------

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.