Greetings.
I am considering opting $5 plan with digitalOcean.
I would like to know the following.
thanks Balaji
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!
You can definitely host a Java app on a DigitalOcean. Make sure you follow the initial server setup tutorial after creating your Droplet.
See this tutorial on how to install MySQL. Once you’ve done that, you will want to create a MySQL user for your app. The hostname for the MySQL server will be localhost as it is running on the same server.
To run your app, install Java. You can transfer your .jar file using FileZilla or any other SFTP client. The login details will be the ones you created in the initial server setup tutorial. Run the jar using this command: java -jar file_name.jar.
To keep your app running after closing the SSH session, one option would be using the program screen.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.