Guest User

Untitled

a guest
Oct 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. composer create-project laravel/laravel mydir
  2.  
  3. sudo groupadd www
  4. sudo usermod -a -G www ec2-user
  5.  
  6. sudo chown -R root:www /var/www
  7. sudo chmod 2775 /var/www
  8. find /var/www -type d -exec sudo chmod 2775 {} +
  9. find /var/www -type f -exec sudo chmod 0664 {} +
  10.  
  11. var/www/html
Add Comment
Please, Sign In to add comment