An open API service indexing awesome lists of open source software.

https://github.com/nextdoor/torus-ae


https://github.com/nextdoor/torus-ae

Last synced: about 1 year ago
JSON representation

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