Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 764 Bytes

viur-project.md

File metadata and controls

29 lines (14 loc) · 764 Bytes

{{app_id}}

Created by {{whoami}}.

https://{{app_id}}.appspot.com

Description

This is {{app_id}}. It is an absolutely nice project doing something, and is written using the ViUR framework.

First time project setup

The following steps are necessary to setup this project appropriately.

  1. Create a new Google Cloud project named {{app_id}} at https://console.cloud.google.com/projectcreate
  2. Run ./viur-gcloud-setup.sh {{app_id}}
  3. Once, run pipenv install --dev to install a local development environment

After that, you always can locally fire-up your new ViUR project with pipenv run viur run.

To deploy your project, use pipenv run viur deploy app, with additional options.

Contact

Contact @{{whoami}} for help and support.