Yann
2bfba3be30
Various bugfix on mass_deploy and slim about mongodb connections
2016-09-22 15:22:26 +02:00
prieto
101337ac14
Static env for nginx in slim
2016-09-22 15:17:56 +02:00
prieto
9413018837
Add a static url to webui conf
2016-09-22 15:09:46 +02:00
Yann
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)
2016-09-22 12:33:54 +02:00
Yann
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
2016-09-22 10:23:50 +02:00
Yann
6e36af8094
create_instance script enhancement to fit with runtest bugfix
2016-09-22 09:52:21 +02:00
Yann
29ed9a804c
Add a forgotten Makefile.am patch
2016-09-22 09:45:03 +02:00
Yann
023e775bda
Forgotten modifications to progs/Makefile.am
2016-09-21 17:23:12 +02:00
Yann
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)
2016-09-21 17:18:56 +02:00
Yann
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/
2016-09-21 17:17:35 +02:00
Yann
38659c6b6d
Makes create_mongodb.sh and its conffile handled by autotools
2016-09-16 17:29:08 +02:00
Yann
ca4952a264
webui & slim enhancement
...
Adds a LODEL2LOGDIR to buildconf.py
Adds a nginx-conf option to slim
...
2016-09-16 16:45:37 +02:00
prieto
89279367dc
Configuration file to define admin mongodb
2016-09-16 16:22:22 +02:00
m.orban
3ba29b4deb
Added port in mongo_db mass_deploy script
2016-09-16 16:21:47 +02:00
prieto
9ad0784220
Take car of port in creation of databases
2016-09-16 16:16:08 +02:00
m.orban
366527482f
Added script in mass_deploy to create mondb base
2016-09-16 16:10:25 +02:00
m.orban
7b282bfc2a
Added a mongo_db conf in mass_deploy.sh
2016-09-16 15:54:51 +02:00
m.orban
8b968f4633
Set conf with slim for datasource_connectorsslim
2016-09-16 15:48:05 +02:00
prieto
dbd8df443a
Creation script of mongodb database and user
2016-09-16 14:23:04 +02:00
Yann
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........
2016-09-16 14:16:17 +02:00
Yann
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...
2016-09-16 12:48:46 +02:00
Yann
7c55e4c080
First version of mass_deploy script
2016-09-14 17:34:58 +02:00
Yann
42bc342ffd
SLIM enhancement
...
Bugfixe in start
implements stop
add info in instance details
2016-09-14 17:34:26 +02:00
Yann
fc60c40893
Bugfixes in SLIM
...
On configuration setter
2016-09-14 16:24:50 +02:00
Yann
e6e4a03a27
Enhancement in SLIM capabilities + bugfixes in install process
...
SLIM is now able to edit configuration from CLI, to start instances etc.
2016-09-14 16:01:57 +02:00
Yann
6b187a540a
slim.py enhancement + deleted useless file
...
Deleted the json "db" of slim.py : progs/instances.json
Add features to SLIM :
- interface configuration editing from CLI
- better listing
solves #145
2016-09-08 16:17:33 +02:00
Yann
ef2f8e3b30
Bugfixes and enhancement in slim.py
...
Now slim is able to create an instance, run make all, and start an interactive python without errors
refs #145
2016-09-08 14:48:35 +02:00
Yann
4037a0c75f
First SLIM version
...
Able to :
- create/delete instances
- list instances
- run make %target% in all instances
- edit configuration given an instance name
refs #145
2016-09-08 12:39:10 +02:00