From 3e0c70b30cc44246dc91a66a8bd0a3945d9d8998 Mon Sep 17 00:00:00 2001 From: Jeff Kim Date: Tue, 26 Jun 2018 19:12:42 -0400 Subject: [PATCH] git install moved to top --- INSTALL-ADVANCED.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/INSTALL-ADVANCED.md b/INSTALL-ADVANCED.md index 3a0261b..70fa864 100644 --- a/INSTALL-ADVANCED.md +++ b/INSTALL-ADVANCED.md @@ -22,6 +22,16 @@ Here are the steps to setup Fraudmarc CE to collect and process DMARC data for y **Want DMARC data without complex cloud infrastructure? Try our [hosted DMARC service](https://www.fraudmarc.com/plans/).** +### Install Git:thumbsup: + +1. Follow the link to install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) , and configure the Git by checking this [link](https://help.github.com/articles/setting-your-username-in-git/). + +2. After installing the Git, you can use commands:arrow_down: to clone the fraudmarc CE project to your local machine (using [ssh](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/)): + + ```shell + git clone git@github.com:Fraudmarc/fraudmarc-ce.git + ``` + ### Set Up Your Database:thumbsup: Instructions are for creating the database in AWS RDS. You are welcome to use any other PostgreSQL database server. @@ -109,18 +119,6 @@ Follow the [Go Installation Steps](https://golang.org/doc/install) to install Go > You may want to export the path to `.bashrc` file -### Install Git:thumbsup: - -1. Follow the link to install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) , and configure the Git by checking this [link](https://help.github.com/articles/setting-your-username-in-git/). - -2. After installing the Git, you can use commands:arrow_down: to clone the fraudmarc CE project to your local machine: - - ```shell - go get github.com/fraudmarc/fraudmarc-ce - ``` - - - ### Deploy Your Lambda Function:thumbsup: 1. If you use macOS, Linux, or OpenBSD, run the command:arrow_down: to install CURL on your computer: