Quentin Bonaventure
02cc999816
Licensing follow up
7 years ago
Yann Weber
163b4cba88
Enhancement of some autotools actions
Warning, may contains some bugs !!!
7 years ago
Quentin Bonaventure
8d68809694
Added symlink on install
7 years ago
prieto
c0b91b6d15
Includes Simple em
8 years ago
Yann Weber
6fc931f52e
Bugfix in MONOSITE mode
8 years ago
Yann Weber
8c5a442e7c
Bugfixes in create_instance and in all runtest process
8 years ago
Yann Weber
292c0dd6b9
Bugfixes in autotools chain and in debian packages
8 years ago
Yann Weber
0406e91846
Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
8 years ago
Yann Weber
d3f4a0d8d3
Bugfix with debian package build
Add the lodelsites directory to the autotools chain. Note : for the moment it's a dirty POC, we have to do it in a cleaner way...
8 years ago
Yann Weber
63ca38b370
Fixed runtest scripts
8 years ago
Yann Weber
96d871fed5
solves #141 : Updated README + make README present at install
README is now present in $(datadir)/doc/lodel2/
And as README.gz in /usr/share/doc/lodel2/ for debian packages
8 years ago
Yann Weber
8f48612c82
Enables debian package creation
with make deb . Next commit will update the README
8 years ago
Yann Weber
95c399b2ee
Removed doxygen from dist target
8 years ago
Yann Weber
d7c24fce39
Enhancement in deployment with autotools and in README file
Remove duplicate install templates directories (the same directories can be used by SLIM & runtest)
Addapted runtest so it can fetch the install template from the lodel2 datadir
Make lodel_admin.py runnable (add the python3 shebang + chmod +x at install-data target)
And a beautifull ASCII formating for the README
8 years ago
Yann Weber
9e3f66b403
Bugfix in autotools dist make target
8 years ago
Yann Weber
c28fd07797
Bugfixes for dist make target
Now we can run tests from the tarball generated by make dist
8 years ago
Yann Weber
e6e4a03a27
Enhancement in SLIM capabilities + bugfixes in install process
SLIM is now able to edit configuration from CLI, to start instances etc.
8 years ago
Yann Weber
b5a6adc3a8
Enhancement of distclean target
Now when running distclean ALL files generated by the ./bootstrap && ./configure && make are deleted.
Maybe it's not a good idea because it's not the purpose of distclean target...
8 years ago
Yann Weber
8316ab82ff
Configure autotools for distributing lodel2
IMPORTANT : tests are broken. See details below
A new lodel/buildconf.py.ini file created. It will be transformed to a lodel/buildconf.py file by ./configure .
This file goal is to store build time constant (for the moment the presence of pymongo).
You have to build lodel2 before being able to run the tests.
8 years ago
Yann Weber
c7b583d416
New webui plugin + create_instance.sh update
- create_instance.sh create some symbolic links
- webui plugin that add webui configuration variable
8 years ago
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 years ago
Yann Weber
2b954d4a4d
First implementation of hierarchical data handler
8 years ago
Yann Weber
2c47c71116
Modification in backreference handling.
Now a backreference is represented by a tuple(LeObject child class, fieldname)
8 years ago
Yann Weber
9676537c40
Add a small dirty Makefile (to make doc and dynamic code)
8 years ago
Roland Haroutiounian
5cae70382a
Cleaning the folder hierarchy
8 years ago
Yann Weber
44b5ecc31d
Updated the makefile (less verbose)
8 years ago
Yann Weber
2234c0f451
Documentation update (again)
8 years ago
Yann Weber
afb1ee99f1
Documentation update : add something about Lodel2 UI and ACL
8 years ago
Yann Weber
d774480aa6
Updated the doxygen documentation
Adding images support for doxygen documentation ( in doc/img ) + automated images generation with graphviz & make
8 years ago
Yann Weber
e44dbcbad8
Add -f option to rm in Makefiles and changes 2 properties names in generated code
8 years ago
Yann Weber
4577f76c09
Bugfixes in Makefile
8 years ago
Yann Weber
40f83d57e7
Add a Makefile for common operations (like check, clean, make doxygen doc, upgrade with pip etc)
9 years ago