Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Deploying weather 10kb

Julian Norton edited this page Mar 13, 2017 · 5 revisions

Weather-10kb is a node application, so as long as node is installed on the server it can run.

This documentation really sucks, but here is a brief overview of the commands to get set-up:

  1. clone the repo
  2. sudo apt-get install forever
  3. cd into the repo and npm install
  4. Run the application! OPBEAT_SECRET_TOKEN=xxxx OPBEAT_ORGANIZATION_ID=xxxx OPBEAT_APP_ID=xxxx DARK_SKY_API_KEY=xxxx GOOGLE_API_KEY=xxxx forever start index.js
Clone this wiki locally