Giter Club home page Giter Club logo

frontlinelive's Introduction

FrontLineLive

Front Line Live code and target operating model

  • Description of the platorm
  • Who built it
  • Why it's important
  • How to install your own instance

GitHub Secrets

* Should be environment specific.

Deployment secrets

Secret Name Description
ARM_ACCESS_KEY Azure Storage Account used for TF remote state. See here.
ARM_CLIENT_ID*
ARM_CLIENT_SECRET*
ARM_SUBSCRIPTION_ID*
ARM_TENANT_ID*
ACR_USERNAME Username for ACR's Admin Account.
ACR_PASSWORD Password for ACR's Admin Account.
ACR_SERVER The login server for ACR

Application secrets

Secret Name Description
APP_DATA_SUPPLIERS_SHEET* -
APP_EMAIL_FROMADDRESS* -
APP_EMAIL_SENDGRIDKEY* -
APP_EMAIL_SENDGRIDUSER* -
APP_EMAIL_TOADDRESS* -
APP_MAPBOX_TOKEN* Map Token
APP_RECAPTCHA_SECRETKEY* -
APP_RECAPTCHA_SITEKEY* -
APP_DATACONTEXT* -
WEB_USERSECRETSID* -
SQL_ADMIN_PASSWORD* -
CONTENTFUL_DELIVERY_ACCESS_TOKEN Content Delivery API - access token
CONTENTFUL_SPACE_ID Contentful Space ID
CONTENTFUL_ENVIRONMENT Name of Contentful environment in use

Local development

Technologies

  • Docker
  • Docker Compose
  • .NET core 3.1.401
  • SQL Server
  • Azure Data Studio (Non-Windows environment only)
  • GNU Make (For Windows user, you may install it using Chocolatey)

Setup (Using GNU Make)

# Prepare local development settings
$ make setup

# Start servers in Docker
$ make dev

# For those who want to start development on website without Docker
#
# You can start depending services in docker
$ make -f Makefile.nodocker.mk docker-start-db
# And then run the dotnet process in local
$ NO_DOCKER=1 MODULE=Web make dev

After running above commands, visit http://localhost:3000 on browser and you should be able to see the web page.

Setup (Using Visual Studio, Windows only)

TODO: Provide Powershell setup script

  1. Copy Web/appsettings.Development.json.template to Web/appsettings.Development.json
  2. Start db container specified in docker-compose.dev.yml by docker-compose command

frontlinelive's People

Contributors

jasonho215 avatar david-raine avatar tensiuyan avatar liammoat avatar mattjarvis avatar siobhanbaynes avatar kielyandco avatar

Watchers

James Cloos avatar

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.