User Tools

Site Tools


sysadmin:dokuwiki:dokuwiki_install_aws_ec2

This is an old revision of the document!


Install DokuWiKi on AWS EC2 Amazon Linux 2 AMI

  1. Launch a new t2.micro EC2 instance from Amazon Linux 2 AMI
  2. Allocation new Elastic IP
  3. Allocate the Elastic IP to newly create EC2 instance
  4. Using PuTTY SSH Client and PEM key login, SSH into in the new instance
  5. Run the following Linux shell command to update Amazon Linux 2:
    sudo yum -y update
  6. Run the following Linux shell command to install PHP 7.2:
    sudo amazon-linux-extras install -y php7.2
  7. Run the following Linux shell command to install Apache HTTPD, PHP XML Parser (required by DokuWiki) and Apache SSL Module:
    sudo yum -y install httpd php-xml mod_ssl
sysadmin/dokuwiki/dokuwiki_install_aws_ec2.1602088809.txt.gz · Last modified: 2020/10/07 16:40 by vidyasb