No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 380B

1234567
  1. ## @package install Contains the base files for a lodel2 instance
  2. #
  3. # An instance is composed of multiple things :
  4. #- a configuration directory ( @ref install/conf.d/ )
  5. #- a bootstraping script ( @ref install/loader.py )
  6. #- an utilities source code ( @ref install/lodel_admin.py )
  7. #- a Makefile that allow to run common instance operations (only refresh the dynamic code for now)