Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 622 Bytes

static-nodeku (DEPRECATED)

A light static file server for heroku based on Node.js

Quick Start Guide

This is all you need to get your site out there.

  1. Sign up for a heroku account
  2. Download the heroku toolbelt
  3. Run heroku login and enter your credentials
  4. Clone static-nodeku
  5. Load your html, css and js into the site folder
  • Make sure this matches the url structure you expect i.e. url/path/to/file.css
  1. Cd to the new directory and run heroku create
  2. Run git add .
  3. Run git commit -a -m "MESSAGE"
  4. Run git push heroku master
  5. Run heroku ps:scale web=1