User Tools

Site Tools


sysadmin:dokuwiki:install_aws_ec2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sysadmin:dokuwiki:install_aws_ec2 [2020/10/07 16:39]
vidyasb created
— (current)
Line 1: Line 1:
-====== Install DokuWiKi on AWS EC2 Amazon Linux 2 AMI ====== 
  
-  - Login to [[https://console.aws.amazon.com/|AWS EC2 Web Console]] 
-  - Launch a new **t2.micro** EC2 instance from **Amazon Linux 2 AMI** 
-  - Allocation new Elastic IP 
-  - Allocate the Elastic IP to newly create EC2 instance 
-  - Using [[https://putty.org|PuTTY]] SSH Client and PEM key login, SSH into in the new instance 
-  - Run the following Linux shell command to update Amazon Linux 2: <code> 
-sudo yum -y update 
-</code> 
-  - Run the following Linux shell command to install [[https://php.net/|PHP 7.2]]:<code> 
-sudo amazon-linux-extras install -y php7.2 
-</code> 
-  - Run the following Linux shell command to install [[https://httpd.apache.org/|Apache HTTPD]], PHP XML Parser (required by DokuWiki) and [[https://httpd.apache.org/docs/current/mod/mod_ssl.html|Apache SSL Module]]:<code> 
-sudo yum -y install httpd php-xml mod_ssl 
-</code> 
-  -  
sysadmin/dokuwiki/install_aws_ec2.1602088770.txt.gz ยท Last modified: 2020/10/07 16:39 by vidyasb