How To Deploy A Vue App To A VPS With Git

  Рет қаралды 14,453

Program With Erik

Program With Erik

Күн бұрын

Пікірлер: 34
@ProgramWithErik
@ProgramWithErik 4 жыл бұрын
Make sure to get your $20 dollar credit for free when you signup for Linode! linode.com/programwitherik
@erykczajkowski8226
@erykczajkowski8226 4 жыл бұрын
Always good to see new stuff! Could you perhaps do a vid on Vue plugins? How they work under the hood and how to write your own ones?
@kusha313
@kusha313 Жыл бұрын
Hi, Thank you very much for the great video.
@Ukantor11
@Ukantor11 4 жыл бұрын
Helped me lot deploying my website - Thank you :)
@ahmedadly
@ahmedadly 4 жыл бұрын
nice way to semi-automating the process. well done
@PhuLe-sm3gk
@PhuLe-sm3gk Жыл бұрын
Nice tutorial
@vinaysudani913
@vinaysudani913 3 жыл бұрын
The site is not accessible while the build process is running. Of course, it's fine for the first time when we are setting up a server. but deploying new changes to the site (once the site is live) should not break the existing running live site. any workarounds/suggestions for that?
@Pinou10001
@Pinou10001 4 жыл бұрын
Thanks for the tutorial ! Helped me a lot
@manhtran4892
@manhtran4892 4 жыл бұрын
Thanks for you sharing. I have a question. When i build Vue Js app on server, the sever CPU run overload? Do you known the reason?
@EmanNollase
@EmanNollase Жыл бұрын
What if the vuejs app is connected to an api that is also hosted on same server of frontend ui? let say the api was develop in nodejs/express. How can i connect the vuejs + api? What is the necessary configuration? thanks a lot
@oleksandrnechaiev7153
@oleksandrnechaiev7153 4 жыл бұрын
Thank you, you've saved me a lot of time!
@barnabeahouansouha5225
@barnabeahouansouha5225 3 жыл бұрын
Not only you
@Jamie-pq9gn
@Jamie-pq9gn 4 жыл бұрын
Hello, I don’t understand why ln -s create soft link is used. If you visit the website or refresh during the build process, you may not find static resources or other errors.
@AslamD
@AslamD 4 жыл бұрын
Pretty useful process. I was wondering how to extend this flow to use repo from GitHub. So we have to do git push on github and then our server does the pull automatically?
@ProgramWithErik
@ProgramWithErik 4 жыл бұрын
I think at that point you want to use something like Buddy CI, or Github actions. You can have an action that builds, tests and deploys your app via SCP
@AslamD
@AslamD 4 жыл бұрын
@@ProgramWithErik I will look into that.
@darmikela
@darmikela 4 жыл бұрын
@@ProgramWithErik I have done that, unfortunately, the production page goes offline until the build has completed.
@vinaysudani913
@vinaysudani913 3 жыл бұрын
@@darmikela Did you applied any solution to prevent breaking the production site while the build process is running?
@ToRXaL
@ToRXaL 4 жыл бұрын
Thanks for the good Video!
@amerrashed6287
@amerrashed6287 4 жыл бұрын
probably the best if done with gitlab CI ?! what do you think?
@choppacast
@choppacast 4 жыл бұрын
Amazing tutorial
@ProgramWithErik
@ProgramWithErik 4 жыл бұрын
Thanks!
@Smoonwalkerm
@Smoonwalkerm 3 жыл бұрын
The only ways is build the vue app and using nginx ?...what about if I just want to run yarn serve dev serve? how can I do this ?
@johnm8358
@johnm8358 4 жыл бұрын
whats the tool you use in your local terminal to view the app folder structure?
@ProgramWithErik
@ProgramWithErik 4 жыл бұрын
vim!
@johnm8358
@johnm8358 4 жыл бұрын
@@ProgramWithErik so vim let's you have folder structure on left side and file contents on right in split screen?
@kaka_ruto
@kaka_ruto 4 жыл бұрын
@@johnm8358 It's called Nerdtree, it's a Vim plugin for viewing files and directories and has all cool shortcuts. Find it here github.com/preservim/nerdtree
@classicguy7813
@classicguy7813 4 жыл бұрын
Thanks, used your promotion
@janakshrestha3473
@janakshrestha3473 3 жыл бұрын
Its great tutorial and thank you very much but when I refresh my inner page i.e /home it would give 404
@elhousseyn_arab
@elhousseyn_arab 3 жыл бұрын
i want to ask how we can deploy a vue app build into shared hosting cpanel
@HorrorDiaries
@HorrorDiaries 3 жыл бұрын
there's no way to deploy vue apps in shared hosting cpanel. You should use at least VPS with apache or nginx running
@elhousseyn_arab
@elhousseyn_arab 3 жыл бұрын
@@HorrorDiaries lol man i was solve the problem and deploy it into shared hosting
@AapKaRick
@AapKaRick 4 жыл бұрын
Would prefer Github Actions
@fredpourlesintimes
@fredpourlesintimes 2 жыл бұрын
No useful information at all. Where are ID_RSA keys to put in Github?
Setting up a production ready VPS is a lot easier than I thought.
29:50
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,5 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 357 М.
5 Easy Ways To Pass Info To Vue Components!
26:50
Program With Erik
Рет қаралды 28 М.
Vue.js Vuex Modules Don't Have To Be Boring...
19:39
Program With Erik
Рет қаралды 16 М.
How GitHub's Database Self-Destructed in 43 Seconds
12:04
Kevin Fang
Рет қаралды 1 МЛН
How To Deploy A React App - Using NGINX & Linux
23:09
Tech With Tim
Рет қаралды 91 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 236 М.
Vue.js Tips: Use Slots The Right Way // VUE.JS SLOTS TUTORIAL WITH VUE 3
11:59
Деплой Vue JS проекта на VPS
12:05
Вечный Джуниор
Рет қаралды 12 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.