Sometimes after pushing a new commit, we realise that there seems to be something wrong.

Don’t panic. In this case we could use git revert to cancel the commit.

Now let me illustrate it as follows:

Read More

Introduction

Here are the points in this article:

  1. Deploy jenkins on AWS EC2 with Amazon Linux 2 AMI (HVM)
  2. Deploy jenkins on AWS EC2 with Amazon Linux AMI 2018.03.0 (HVM)
  3. When specified branch on GitHub is updated, automatically implement git pull on AWS EC2 and synchronize with your project on GitHub

Read More

Hello everyone, It’s Ray!

Today I am going to share with you how to use git tag to specify a reversion number

After we complete a series of small functions, it could mean that we are going to release a new reversion. For example, think about the online games that you’ve played.

Read More

Introduction

In this article, I'm going to share how to get user information from Facebook by submitting a token with PHP SDK, which is got by providing user a login page with JaveScript code.

Go to FB develop page, and sign up, and then go to console and add a new application

In the user information, copy App key and App secret

Read More

Open Task Scheduling file

Open yourProjectName/app/Console/Kernel.php

Config your schedule

Here is a schedule example

Read More

  1. Apply for AWS SES (simple email service)
  2. Create an user, and SES full accessible policy, along with the access key and secret key.
  3. Go to AWS console, click email address option on left side, and verify your email.

Read More

Hello It’s Ray!

Today I’m going to share with you how to configure basic information of Git.

Okay now let’s add a new code on our example file as follows:

Read More

  1. Launch a AWS EC2 instance, the testing instance is Amazon Linux 2 AMI (HVM), SSD Volume Type - ami-0d7ed3ddb85b521a6

  2. Connect to your EC2 instance, and enter
    sudo vim /etc/httpd/conf.d/yourProjectName.conf

  3. paste the following code

Read More

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×