Unable to install Statamic on Digital Ocean Ubuntu droplet #7731
-
I created a digital ocean droplet with Ubuntu and followed the instructions on this page until installing Composer which went alright when I ran the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @vhbelvadi, You could create that directory of course ( Make sure that your server is properly set up and configured with a web server (like nginx). Did you create and configure your droplet manually? We recommend to use a service like Laravel Forge or Ploi.io(they even offer a free tier) to provision and manage the server. All necessary packages and dependencies to set up by those services. Otherwise I would suggest to follow a guide like this to set up your droplet. Hope that helps :) |
Beta Was this translation helpful? Give feedback.
Hey @vhbelvadi,
You could create that directory of course (
mkdir /var/www
). But that alone will probably not solve your problem.Make sure that your server is properly set up and configured with a web server (like nginx).
Did you create and configure your droplet manually? We recommend to use a service like Laravel Forge or Ploi.io(they even offer a free tier) to provision and manage the server. All necessary packages and dependencies to set up by those services.
Otherwise I would suggest to follow a guide like this to set up your droplet.
Hope that helps :)