File: rest.rst

package info (click to toggle)
python-ewoks 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: python: 1,311; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Set up a REST Ewoks server
==========================

Install requirements

.. code:: bash

    pip install ewoksserver

Start the REST server

.. code:: bash

    ewoks-server

or for an installation with the system python

.. code:: bash

    python3 -m ewoksserver.server

For more information see the `ewoksserver documentation <https://ewoksserver.readthedocs.io/>`_.