Skip to content
Commits on Jan 25, 2016
  1. @BerkeleyTrue

    Add emailing on server exceptions

    BerkeleyTrue committed
    Keymetrics VC's are coming. They no longer let you see reported
    errors or notify you on their free tier which renders the service
    useless for us.
    
    This will emailing you using mandrill with a stack trace and
    context of the error when it receives it
Commits on Aug 16, 2015
  1. @BerkeleyTrue
Commits on Aug 15, 2015
  1. @BerkeleyTrue

    remove pm2 memory fanciness

    BerkeleyTrue committed
Commits on Aug 13, 2015
  1. @BerkeleyTrue
Commits on Jul 25, 2015
  1. @BerkeleyTrue

    make production future ready

    BerkeleyTrue committed
    This commit does the following:
    
    Production start should use the following command `npm run
    start-producion` this first runs bower install and builds the front end
    app(react). Then it will use the `pm2Start` script. This script will set
    up the pm2 daemons to run loopback in cluster mode. This script also use
    `production-start` script instead of the regular `server` script.
    
    The reasons are two fold: to ensure `server` is run in es7 mode, and to
    wait for handshake from DB or kill itself if no DB can be found within a
    certain amount of time.
  2. @BerkeleyTrue

    remove babel/register from pm2 script start

    BerkeleyTrue committed
    does not work
Commits on Jul 23, 2015
  1. @BerkeleyTrue
  2. @BerkeleyTrue

    quick lint

    BerkeleyTrue committed
Commits on Jun 18, 2015
  1. @terakilobyte

    updates pm2 startup script

    terakilobyte committed
  2. @terakilobyte
Something went wrong with that request. Please try again.