/hd-kiosk-v2

Used gae-init to create an informational app for Hacker Dojo

Primary LanguagePythonMIT LicenseMIT

Running and Deploying Hacker Dojo Kiosk

  1. Make sure you have the following:
  1. Clone this repo

  2. Make sure Gulp is installed within your project:

$ cd /path/to/hd-kiosk-v2
$ npm install gulp
  • If you want to install Gulp globally (recommended):
$ npm install -g gulp
  1. Ensure that you are using the latest version of Node.js (and npm) within your project:
$ node -v
$ npm -v

Compare the output to the latest versions listed here.

  1. Run the Development Environment:
$ cd /path/to/hd-kiosk-v2
$ npm install
$ gulp

Test the site by visiting http://localhost:3000 in your browser.

  • Note that on Windows you may have to try running gulp multiple times.
  1. Deploying on Google App Engine:
$ gulp deploy --project=hackerdojo-kiosk-hrd

Check out the GAE-init Slack channel if you run into problems: Slack Status

More about GAE-init:

gae-init is the easiest boilerplate to kick start new applications on Google App Engine using Python, Flask, RESTful, Bootstrap and tons of other cool features.

Read the documentation, where you can find a complete feature list, a detailed tutorial, the how to section and more..

The latest version is always accessible from https://gae-init.appspot.com

Requirements

Make sure you have all of the above or refer to the docs on how to install the requirements.

Running the Development Environment

$ cd /path/to/project-name
$ gulp

To test it visit http://localhost:3000 in your browser.


For a complete list of commands:

$ gulp help

Initializing or Resetting the project

$ cd /path/to/project-name
$ npm install
$ gulp

If something goes wrong you can always do:

$ gulp reset
$ npm install
$ gulp

To install Gulp as a global package:

$ npm install -g gulp

Deploying on Google App Engine

$ gulp deploy
$ gulp deploy --project=foo
$ gulp deploy --project=foo --version=bar
$ gulp deploy --project=foo --version=bar --no-promote

Tech Stack