Giter Site home page Giter Site logo

springboot-digitalocean's Introduction

Configuration Step's

1. Choose an image -> Ubuntu 18.04 LTS
2. Choose a plan -> Basic
3. CPU Option's -> Regular Intel -> $5/mo
4. Authentication -> Password (Create root password) (say XYZ)
5. Resources -> Droplet(1) -> ... -> Access Console
6. login -> 
7. username : root , password : XYZ
8. Enter Password : XYZ
9. sudo apt update
10. sudo apt upgrade
11. Install the package maintainer's version
12. exit
13. 9. Connect via terminal
14.  sudo ssh root@<ip> 
15. Install Tomcat using below step's
16. Go to <ip>/manager/html
17. Enter username and password as admin
18. Add 	<packaging>war</packaging> to pom.xml inside spring boot application
19. Right click on project > Run As > Maven Install
20. war file will be generated inside target directory
21. Go to <ip>:8081

Tomact 8.5 Installation

git clone https://gist.github.com/SaiAshish9/5ec3dec5810ea50192578018d18673cd
cd 5ec3dec5810ea50192578018d18673cd
chmod +x tomcat-setup.sh
./tomcat-setup.sh

Reference Links

http://youtube.com/watch?v=sLyxKcO37HY

springboot-digitalocean's People

Contributors

saiashish9 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.