Skip to content
Snippets Groups Projects
develop_sib_ldp_packages.rst 674 B
Newer Older
Develop SIB server packages
===========================

Requirements
------------

-  A `SIB server <./install_sib_server>`__ in development mode

Create your package
-------------------

From the project directory (the folder where the ``manage.py`` resides)
create a new package structure:

::

   $ sib startpackage mypack

Add your package to the ``packages.yml``:

::

   ldppackages:
     mypack: mypack

Then initiate your server backend:

::

   $ sib install sib_server

Note: It is important to run this command from the project directory in
order for the manager to find your package.

Finally, you can run your server as usual to see your new package’s
data.