معرفی شرکت ها


backend.ai-console-server-20.9.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Backend.AI Console Server
ویژگی مقدار
سیستم عامل -
نام فایل backend.ai-console-server-20.9.7
نام backend.ai-console-server
نسخه کتابخانه 20.9.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Lablup Inc.
ایمیل نویسنده devops@lablup.com
آدرس صفحه اصلی https://backend.ai
آدرس اینترنتی https://pypi.org/project/backend.ai-console-server/
مجوز Proprietary
# 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). ```console $ 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](https://github.com/lablup/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: ```console git submodule init git submodule update cd src/ai/backend/console/static git checkout main # or target branch 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 ```console $ python -m ai.backend.console.server ```


نیازمندی

مقدار نام
~=3.7.3 aiohttp
~=0.7 aiohttp-cors
~=2.9.0 aiohttp-session[aioredis]
~=1.3.1 aioredis
~=1.2.1 aiotools
~=3.0 async-timeout
>=20.2 attrs
>=7.1 click
>=10.0 coloredlogs
~=2.11.2 jinja2
~=0.14.0 uvloop
>=1.2.1 setproctitle
>=0.10.0 toml
>=20.9.0 backend.ai-client
>=0.33.6 wheel
>=1.14.0 twine
~=19.2.0 towncrier
>=0.9.2 pytest-sugar
~=3.8.4 flake8
~=6.1.1 pytest
~=0.14.0 pytest-asyncio
~=0.3.0 pytest-aiohttp
- pytest-cov
~=3.3.1 pytest-mock
- codecov
>=0.790 mypy


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl backend.ai-console-server-20.9.7:

    pip install backend.ai-console-server-20.9.7.whl


نصب پکیج tar.gz backend.ai-console-server-20.9.7:

    pip install backend.ai-console-server-20.9.7.tar.gz