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