This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
sysadmin:dokuwiki:install_aws_ec2 [2020/10/07 16:42] vidyasb removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Install DokuWiKi on AWS EC2 Amazon Linux 2 AMI ====== | ||
- | - Login to [[https:// | ||
- | - 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:// | ||
- | - Run the following Linux shell command to update Amazon Linux 2: < | ||
- | sudo yum -y update | ||
- | </ | ||
- | - Run the following Linux shell command to install [[https:// | ||
- | sudo amazon-linux-extras install -y php7.2 | ||
- | </ | ||
- | - Run the following Linux shell command to install [[https:// | ||
- | sudo yum -y install httpd php-xml mod_ssl | ||
- | </ | ||
- | - |