Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.31 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.31 KB

Barrington Quartet

This is the VueJS code for the Barring Quartet web site which yu can find here: https://www.barringtonquartet.com

Suggestions or issues

Add issue here

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Tech

ibm cloud vue carbon nginx 1.21.1 certbot Lets Encrype

Deploy to IBM cloud with custom domain

yarn build
cd cf
ibmcloud cf push

Other steps:

  • ibmcloud cf create-domain ORG example.com
  • ibmcloud account domain-cert-add example.com -c fullchain.pem -k privkey.pem
  • ibmcloud cf create-route dev example.com --hostname www
  • ibmcloud cf map-route APP example.com --hostname www
  • add CNAME record to your DNS