Yann Weber
afea7e74e2
Small Makefile.am changes/bugfixes
7年前
Quentin Bonaventure
0fc3503a12
Replaced a handful of `mkdir -p` by $(MKDIR_P)
7年前
Quentin Bonaventure
e2c39e7b96
Fixed make deb failures (#250 )
7年前
Quentin Bonaventure
87de9d653e
Autotools fix for deb target
Recent changes broke the 'deb' target building process. Now fixed and
back at work !
7年前
Quentin Bonaventure
cb236c6450
Removed dist-pkg/lodelsites creation
7年前
Yann Weber
163b4cba88
Enhancement of some autotools actions
Warning, may contains some bugs !!!
8年前
Quentin Bonaventure
8d68809694
Added symlink on install
8年前
prieto
c0b91b6d15
Includes Simple em
8年前
Yann Weber
6fc931f52e
Bugfix in MONOSITE mode
8年前
Yann Weber
8c5a442e7c
Bugfixes in create_instance and in all runtest process
8年前
Yann Weber
292c0dd6b9
Bugfixes in autotools chain and in debian packages
8年前
Yann Weber
0406e91846
Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
8年前
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年前
Yann Weber
63ca38b370
Fixed runtest scripts
8年前
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年前
Yann Weber
8f48612c82
Enables debian package creation
with make deb . Next commit will update the README
8年前
Yann Weber
95c399b2ee
Removed doxygen from dist target
8年前
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年前
Yann Weber
9e3f66b403
Bugfix in autotools dist make target
8年前
Yann Weber
c28fd07797
Bugfixes for dist make target
Now we can run tests from the tarball generated by make dist
8年前
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年前
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年前
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年前
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年前
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8年前
Yann Weber
2b954d4a4d
First implementation of hierarchical data handler
8年前
Yann Weber
2c47c71116
Modification in backreference handling.
Now a backreference is represented by a tuple(LeObject child class, fieldname)
8年前
Yann Weber
9676537c40
Add a small dirty Makefile (to make doc and dynamic code)
8年前
Roland Haroutiounian
5cae70382a
Cleaning the folder hierarchy
8年前
Yann Weber
44b5ecc31d
Updated the makefile (less verbose)
9年前
Yann Weber
2234c0f451
Documentation update (again)
9年前
Yann Weber
afb1ee99f1
Documentation update : add something about Lodel2 UI and ACL
9年前
Yann Weber
d774480aa6
Updated the doxygen documentation
Adding images support for doxygen documentation ( in doc/img ) + automated images generation with graphviz & make
9年前
Yann Weber
e44dbcbad8
Add -f option to rm in Makefiles and changes 2 properties names in generated code
9年前
Yann Weber
4577f76c09
Bugfixes in Makefile
9年前
Yann Weber
40f83d57e7
Add a Makefile for common operations (like check, clean, make doxygen doc, upgrade with pip etc)
9年前