Skip to main content

Backend.AI Console Server

Project description

backend.ai-console-server

A minimal webapp to convert web session requests to API requests

Installation

Prepare a Python virtualenv (Python 3.7 or higher) and a Redis server (5.0 or higher).

$ git clone https://github.com/lablup/backend.ai-console-server console-server
$ cd console-server
$ pip install -U -e .
$ cp console-server.sample.conf console-server.conf

Mode

If service.mode is set "webconsole" (the default), the console server handles PWA-style fallbacks (e.g., serving index.html when there are no matching files for the requested URL path). The PWA must exclude /server and /func URL prefixes from its own routing to work with the console server's web sessions and the API proxy.

If it is set "static", the console server serves the static files as-is, without any fallbacks or hooking, while preserving the /server and /func prefixed URLs and their functionalities.

If you want to serve console in console-server with "webconsole" mode, prepare static console source by choosing one of the followings.

Option 1: Build console from source

Build backend.ai-console and copy all files under build/bundle into the src/ai/backend/console/static directory.

Option 2: Use pre-built console

To download and deploy console from pre-built source, do the following:

git submodule init
git submodule update
cd src/ai/backend/console/static
git checkout master
git fetch
git pull

Setup configuration for console-server

You don't have to write config.toml for the console as this console server auto-generates it on-the-fly.

Edit console-server.conf to match with your environment.

Usage

$ python -m ai.backend.console.server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backend.ai-console-server-20.3.4.tar.gz (5.6 MB view details)

Uploaded Source

Built Distribution

File details

Details for the file backend.ai-console-server-20.3.4.tar.gz.

File metadata

  • Download URL: backend.ai-console-server-20.3.4.tar.gz
  • Upload date:
  • Size: 5.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1

File hashes

Hashes for backend.ai-console-server-20.3.4.tar.gz
Algorithm Hash digest
SHA256 b4eeaa2201762bcf96355ed01039cabe7f258b13d58ea2dc0d50e8f98ed899c4
MD5 3e02506aa581432c4559d07567c245a4
BLAKE2b-256 4681865e4c778a1eda07162b4bc3d81c593adb737a7ec4c2e882a4fb0934e44b

See more details on using hashes here.

File details

Details for the file backend.ai_console_server-20.3.4-py3-none-any.whl.

File metadata

  • Download URL: backend.ai_console_server-20.3.4-py3-none-any.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1

File hashes

Hashes for backend.ai_console_server-20.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1640940cef26ae2ec4195620fb9c6f6c1f481af4e68431988d55e13e1b4a77a9
MD5 ac328f1a0a01ee0b54f7898635d1feec
BLAKE2b-256 be74120b74df003a6c319d9832f6aff0e79a3bd3f74c3c6dbfdd6e7bf9244382

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page