Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

APIServer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

AppScale API Server

A server that handles API requests from App Engine Standard Environment runtime processes.

How to set up

  1. Install a protocol buffer compiler
  2. Generate the required Python classes: protoc --python_out=./appscale/api_server *.proto
  3. Install this package: pip install .
  4. Start the server with appscale-api-server