https://github.com/nextdoor/torus-ae
https://github.com/nextdoor/torus-ae
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nextdoor/torus-ae
- Owner: Nextdoor
- Created: 2017-10-25T19:44:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T21:03:40.000Z (over 8 years ago)
- Last Synced: 2025-03-17T21:45:20.758Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 24
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Torus, a Q&A platform for Town Halls
====================================
This repository contains the server-side code for Torus.
Building and running Torus
==========================
Prerequisites
-------------
Install the Google Cloud SDK. See https://cloud.google.com/sdk/docs/.
Running in development
----------------------
Start the App Engine development server
dev_appserver.py app.yaml
Run the Torus frontend development server. See https://github.com/Nextdoor/torus-fe.
Deploying to production
-----------------------
Build the frontend. See https://github.com/Nextdoor/torus-fe. Move the build output into `/frontend in the root of your torus backend (this repository) working directory.
Deploy to production:
gcloud app deploy app.yaml
gcloud app deploy cron.yaml