kravtsovguy / HSE_Manager

The Course Work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSE manager for works

Running locally

# Install the dependencies
$ npm install

# Start the server
$ npm start

Deploying to Apache

$ sudo ./toweb.sh

Deploying to gcloud

# Get gcloud
$ curl https://sdk.cloud.google.com | bash

# Authorize gcloud and set your default project
$ gcloud auth login
$ gcloud config set project $PROJECT_ID

# Get App Engine component
$ gcloud components update app

# Deploy the app to production
$ gcloud preview app deploy app.yaml
$ curl -X GET http://$PROJECT_ID.appspot.com

Resources

About

The Course Work


Languages

Language:JavaScript 60.8%Language:HTML 39.1%Language:Shell 0.1%Language:CSS 0.0%