This forum provides solutions for aws developers for their issues.It provides solutions for aws elastic ip, ec2 instance, public ip,route53 pricing, load balancers in aws,Orchestration, ebs,, lambda, installing mongodb on ubuntu etc.

Showing posts with label centos. Show all posts
Showing posts with label centos. Show all posts

Friday, 27 September 2019

Installing Wordpress in Redhat/Centos

sudo yum update -y sudo amazon-linux-extras install -y lamp-mariadb10.2-php7.2 php7.2 sudo yum install -y httpd sudo systemctl start httpd sudo systemctl enable httpd wget https://wordpress.org/latest.tar.gz tar -xzf latest.tar.gz cp wordpress/wp-config-sample.php wordpress/wp-config.php nano wordpress/wp-config.php sudo cp -r wordpress/* /var/www/html/ sudo chown -R apache /var/www sudo chgrp -R...

Sunday, 12 November 2017

Installing Nodejs on CentOS/Redhat Linux

Follow these steps to install nodejs on Centos.  yum install -y gcc-c++ make   sudo yum install -y gcc-c++ make   curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash -   yum install -y gcc-c++ make   sudo yum install -y gcc-c++ make   yum install nodejs   sudo yum install nodejs   node -v    v6.12.0[centos@ip-174-35-28-152 ~]$ ...

Labels

Online Training

Your Name :
Your Email: (required)
Your Message: (required)

Powered by Blogger.

Recent Posts

Find Us On Facebook

Popular Posts