Code Monkey home page Code Monkey logo

install's Introduction

Fulcrum installer

Prerequisites

This install does not require any software to be installed before hand for the simplest install.

  • If using AWS S3 for site database backups you might want to preconfigure AWS credentials
  • When using customized Hinge Config you will want to already have SSH keys authorized for pulling the config repository
  • If using Ubuntu only current LTS versions are supported

Installed software

This install will automatically provide the following software for Mac:

  • Docker for Mac
  • Homebrew
  • Xcode commandline tools
  • AWS commandline
  • Git (from Homebrew & Xcode)

This install will automatically provide the following software for Ubuntu:

...

Install Options

 -c <HINGE_CONFIG_REPO_URL>   Specify Hinge Config repo     default: https://github.com/if-fulcrum/hinge-config.git
 -r <HINGE_CONFIG_BRANCH>     Speficy Hinge Config branch   default: master
 -b <FULCRUM_BRANCH>          Specify Fulcrum branch        default: master

Please note: that the HINGE_CONFIG_REPO_URL should be exactly what is provided from your Git source.

Install Fulcrum Hinge on Mac or Ubuntu

With example config

Run from terminal:

export FSCRIPT=https://raw.githubusercontent.com/if-fulcrum/install/master/unix.sh &&
bash -c "$(curl -fsSL $FSCRIPT || wget -q -O - $FSCRIPT)"

With specific Hinge Config repo URL

export FSCRIPT=https://raw.githubusercontent.com/if-fulcrum/install/master/unix.sh &&
bash -c "$(curl -fsSL $FSCRIPT || wget -q -O - $FSCRIPT) -c https://github.com/if-fulcrum/hinge-config.git"

With specific Hinge Config repo URL and branch

export FSCRIPT=https://raw.githubusercontent.com/if-fulcrum/install/master/unix.sh &&
bash -c "$(curl -fsSL $FSCRIPT || wget -q -O - $FSCRIPT) -c https://github.com/if-fulcrum/hinge-config.git -r master"

With specific Fulcrum branch

export FSCRIPT=https://raw.githubusercontent.com/if-fulcrum/install/master/unix.sh &&
bash -c "$(curl -fsSL $FSCRIPT || wget -q -O - $FSCRIPT) -b master"

Misc Notes

Previously there were issues with time not being synchronized on Mac, run this if needed:

sudo ntpdate -u time.apple.com || sudo sntp -sS time.apple.com

At this time Windows is not supported for Fulcrum

install's People

Contributors

if-kenn avatar

Watchers

James Cloos avatar  avatar Kyle Sloan avatar

Forkers

lhridley

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.