Blog

Read all latest blog posts

How to check file update on an S3 bucket and download latest version into the local folder

How to check file update on an S3 bucket and download latest version into the local folder

1- Install AWS cli on your server. 2- Run aws configure command to add your AWS Key & secret

How to restart services Bitnami Wordpress

How to restart services Bitnami Wordpress

Restart Apache: /opt/bitnami/ctlscript.sh restart apache Apache service status: /opt/bitnami/ctlscript.sh status apache Stop Apache

How to run Wordpress & Mysql with docker-compose and custom php.ini

How to run Wordpress & Mysql with docker-compose and custom php.ini

1- Copy below code to docker-compose.yml version: "3.3" services: db: image: mysql:5.

How to setup Route53, CloudFront, S3 bucket for StaticWebsite hosted on S3

How to setup Route53, CloudFront, S3 bucket for StaticWebsite hosted on S3

1- Create your S3 bucket and upload your website content, you can find more info on the below article, your s3 bucket name should be like

How to share files between steps on Bitbucket pipeline

How to share files between steps on Bitbucket pipeline

bitbucket-pipelines.yml image: node:16 pipelines: default: - step: name: Build caches: - node script: - echo "Building files" - yarn - yarn build .

How upload built file to S3 bucket in Bitbucket pipeline

How upload built file to S3 bucket in Bitbucket pipeline

1- Create new file in your Bitbucket repo bitbucket-pipelines.yml 2- Copy below code to file

Permissions for static website on S3 bucket

Permissions for static website on S3 bucket

1- Goto your S3 bucket and choose Permissions tab. 2- Under Block public access (bucket settings), choose Edit.