简体   繁体   中英

How do I deploy an application that has separate front end (angular) and back end (spring boot) on a live server with cPanel?

Sorry if it's kind of a silly question, but I only have experience in working with angular and spring boot locally on localhost so I'm not sure about the whole deployment on a live server process.

I currently purchased a domain and the server has a cPanel interface.

What do I need to do in order for my app to run as it runs on localhost?

You need to run two environments. One is to run jar files[backend]. second is to run angular [frontend].

There are many options you can suffice above two conditions. The simplest way is to buy a virtual machine with a Linux server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM