|
From: Chuck R. <cf...@ps...> - 2013-03-18 22:56:39
|
Makes sense to me. What is the best case scenario? A light-weight javascript toolkit dependency (probably distributed w/ OSCAR)? Maybe no external dependencies? Another heavy dependency that would be nice to remove is mysql and/or postgres (OSCAR base uses one and jobmonarch uses the other). A NoSQL implementation that only depends on apache would be better. The mysql instance writes are local anyway. Maybe a version 7.0 feature. On Mon, Mar 18, 2013 at 2:21 PM, DongInn Kim <di...@cs...> wrote: > Hi Stephen, > > we do want to ensure that the installation can still take place offline too. > > Yes, I totally missed the necessity of the offline installation. That brings > me to think about making the OSCAR CLI more usable. > All the gui should be integrated with the OSCAR CLI so that we can reduce > all the redundant works on both the CLI and GUI. > Unfortunately the OSCAR CLI seems to be broken. I think it is a good time to > clean up the CLI and make it work and then harness it to the GUI. |