説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

__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)