Skip to content

Commit

Permalink
Create netflix.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHAMSHAIK007 authored Aug 18, 2023
1 parent 36cdf91 commit c200de7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netflix.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
yum install httpd git -y
systemctl start httpd
systemctl status httpd
cd /var/www/html
git clone https://github.com/CleverProgrammers/pwj-netflix-clone.git
mv pwj-netflix-clone/* .
tail -100f /var/log/httpd/access_log

0 comments on commit c200de7

Please sign in to comment.