I'm a little bit stuck. Usually in the past (i've only ever hosted two websites), I've just used one.com to do it for me so these tools (digital ocean etc) are new to me.
I'm having an issue trying to setup my app with Digital Ocean and i've also tried AWS. Could anyone point me in the right direction (video tutorial or explanation etc) to setting up my app please?
I haven't got a Laracasts subscription again yet as i can't so any paid videos, of course i can't view.
First off, if you havent heard of it, Laravel Forge (https://forge.laravel.com/) can take care of everything for you, but it is not free.
Otherwise you are going to need to ssh into the droplet and setup everything manually. My preferred way to deploy the code itself is via a git repository
hi @jaydeluca I plan of using Forge when the real site releases. For now, i'm just releasing a test version so i'd prefer to do everything manually (and it would allow me to gather an understanding).