Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. yum install httpd24 -y
  2. yum install php72 php72-mysqlnd php72-imap php72-pecl-memcache php72-pecl-apcu php72-gd php72-mbstring -y
  3. yum install mod24_ssl -y
  4.  
  5. chkconfig —add httpd
  6. chkconfig httpd on
  7.  
  8. git
  9.  
  10. nano /etc/httpd/conf/httpd.conf
  11.  
  12. nano /var/www/html/laravel/public/.htaccess
  13. Then add RewriteBase / just below RewriteEngine On
  14.  
  15. sudo chmod -R 777 /var/www/html/laravel/storage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement