Yann Weber
b85434c354
Bugfix in mass_deploy when pwgen is not present
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
747ff25ada
Bugfix in slim + enhancement of mass_deploy
Now mass_deploy is able to stop when slim fails indicating on wich action slim fails
Bufixing webui conf edition
8 years ago
Roland Haroutiounian
d0f0c6c945
Added a "uwsgi-workers" argument for the instances deployment
8 years ago
Yann Weber
629ac94dc8
Avoiding fails at session_restore
Before when session restore fails the webui was answering "Unknown status 200" as content.
Now it produce 2 log messages (maybe)
8 years ago
Yann Weber
95c399b2ee
Removed doxygen from dist target
8 years ago
prieto
3d940f0b1c
Disabled authentification in back-end
8 years ago
Yann Weber
58b88b0b97
[broken] Fixes validator issues + confspec call
broken nginx conf + absolute path in slim that is known only at build time
8 years ago
prieto
d7b4266377
Add arg to parse for static url - Corrections
8 years ago
prieto
7047a70ac9
Add arg to parse for static url
8 years ago
prieto
d3793bcf17
Correction of nginx conf
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
a51e0a37cf
fix a comment
8 years ago
Yann Weber
2bfba3be30
Various bugfix on mass_deploy and slim about mongodb connections
8 years ago
prieto
101337ac14
Static env for nginx in slim
8 years ago
prieto
9413018837
Add a static url to webui conf
8 years ago
Yann Weber
9e3f66b403
Bugfix in autotools dist make target
8 years ago
Yann Weber
2347fe0618
Add a purgedb option to mass_deploy script
Allow to remove all database prefixed by MONGODB_DB_PREFIX (in the conf of mass_deploy script)
8 years ago
Yann Weber
d855db99a8
Updated the way webui runs uwsgi
using --plugin option instead of uwsgi_python3 shortcut (can be uwsgi_python34 etc)
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
62bad8e091
Add informations about slim --nginx-conf option in REAME
8 years ago
Yann Weber
033131801d
Bugfixes in progs/Makefiles.am to support make dist target
Allow generating a tarball that can compile and run lodel2 + deletion of unwanted Makefile.in files
8 years ago
Yann Weber
c902d6e8c2
Updated README
8 years ago
Yann Weber
6e36af8094
create_instance script enhancement to fit with runtest bugfix
8 years ago
Yann Weber
3931d286a7
Bugfixes in runtest
8 years ago
Yann Weber
29ed9a804c
Add a forgotten Makefile.am patch
8 years ago
Yann Weber
023e775bda
Forgotten modifications to progs/Makefile.am
8 years ago
Yann Weber
8b86ba32d1
Small bugfix in SLIM + add fogotten file to slim's Makefile.am
Forgotten file was the PID list file
The bugfix concerns the conf when selection mongodb as datasource (quick & dirty solution : keep dummmy_datasource loaded so we don't have to modify the original datasource conf)
8 years ago
Yann Weber
2b30b2f346
Making datasource and mass_deploy working with mongodb user management
https://docs.mongodb.com/v2.4/reference/user-privileges/
https://docs.mongodb.com/v2.4/reference/privilege-documents/
8 years ago
Yann Weber
39a5ba77cc
Small bugfix in plugins error message
8 years ago
Yann Weber
38659c6b6d
Makes create_mongodb.sh and its conffile handled by autotools
8 years ago
Yann Weber
ca4952a264
webui & slim enhancement
Adds a LODEL2LOGDIR to buildconf.py
Adds a nginx-conf option to slim
...
8 years ago
prieto
89279367dc
Configuration file to define admin mongodb
8 years ago
m.orban
3ba29b4deb
Added port in mongo_db mass_deploy script
8 years ago
prieto
9ad0784220
Take car of port in creation of databases
8 years ago
m.orban
366527482f
Added script in mass_deploy to create mondb base
8 years ago
m.orban
7b282bfc2a
Added a mongo_db conf in mass_deploy.sh
8 years ago
m.orban
8b968f4633
Set conf with slim for datasource_connectorsslim
8 years ago
prieto
dbd8df443a
Creation script of mongodb database and user
8 years ago
Yann Weber
704582bc16
Bugfix in webui uswgi socket file creation
Now create an INSTANCE_NAME.sock in @localstatedir @/uwsgi_sockets
Note : the localstatedir is wrong -_- /usr/var instead of /var........
8 years ago
Yann Weber
43ca4e4c52
Add a data to buildconf.py
It a real buildtime variable, the localestatedir
8 years ago
Yann Weber
b17901e75c
SLIM bugfixes and enhancement
Bufixes in start & stop functions
Add a -f --foreground option allowing to run an instance in foreground
There is one problem left : the unix socket creation is not done in the instance directory...
8 years ago
Yann Weber
7618a7bed7
Changed the way webui calls uwsgi
Using execl instead of fork to preserv the pid
8 years ago
m.orban
556bea1f73
Added comment to bases_classes
8 years ago
Yann Weber
7c55e4c080
First version of mass_deploy script
8 years ago
Yann Weber
42bc342ffd
SLIM enhancement
Bugfixe in start
implements stop
add info in instance details
8 years ago
Yann Weber
fc60c40893
Bugfixes in SLIM
On configuration setter
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
prieto
7b7ae5a2f5
Link to css changed...temporary
8 years ago