Yann Weber
0406e91846
Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
8 years ago
Yann Weber
c3137b658f
Replaced imports by LodelContext.expose_modules() calls
Theorically all of those imports were tested by unit testing, but we've got no inssurance about that.
And even if unit tests had check for syntax errors, all pieces of code were not tested. We cannot
be sure that an import was missed or forgotten...
8 years ago
Roland Haroutiounian
d0f0c6c945
Added a "uwsgi-workers" argument for the instances deployment
8 years ago
prieto
9413018837
Add a static url to webui conf
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
ca4952a264
webui & slim enhancement
Adds a LODEL2LOGDIR to buildconf.py
Adds a nginx-conf option to slim
...
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
7618a7bed7
Changed the way webui calls uwsgi
Using execl instead of fork to preserv the pid
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
25a231702e
Changed confspec to include Auth specs + em_test modifications
8 years ago
Yann Weber
c0c1e628fd
Bugfixes on settings default value handling
8 years ago
Yann Weber
904d14cae7
Small changes in webui plugin and loader.py
- webui now calls a hook to indicate a session end
- loader.py now set a lodel.dyncode module exposing dynmically generated code
8 years ago
Roland Haroutiounian
dddeae9c9e
Added the virtualenv management for the webui main module
8 years ago
Yann Weber
39333d699e
Update README.txt + forgotten file plugins/webui/run.py
8 years ago
Yann Weber
dd8dc980b8
Generalisation of root url concept
- creating a function in webui/main.py root_url() that returns the root url without trailing /
- use this function in router and template/loader
8 years ago
Yann Weber
6b5f377dc2
Regroup all code concerning webui in plugins/webui
8 years ago
Yann Weber
f2b33f4fe3
Bugfix in webui plugin
8 years ago
Yann Weber
5c8f46c51e
Updated webui plugin to enable standalone mode
To start in standalone uwsgi set lodel2.webui.standalone=True in conf file and start loader.py
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
c0c5d23adb
Commit with comments, code clean etc.
8 years ago