Mantis - Resin
Viewing Issue Advanced Details
4579 minor always 05-25-11 23:39 07-22-11 15:15
rickHigh  
ferg  
normal  
closed  
fixed  
none    
none 4.0.21  
0004579: More scripts for standard install
Standard install spreads resin across many directories

/var/www/
/etc/resin
/usr/local/resin
/var/log/resin

It would be nice if the resin.sh in /usr/local/resin
was aware of these and could handle itself accordingly.

For example to just get the status of resin running in the default install format one has to do this:

/usr/local/resin/bin/resin.sh -root-directory /var/www -conf /etc/resin/resin.xml status

To run a server in console mode one would have to do the following:

/usr/local/resin/bin/resin.sh -root-directory /var/www -conf /etc/resin/resin.xml -log-directory /var/log/resin/ console

It would be nice if the resin.sh from the install would know where the resin directories were already.

Notes
(0005392)
ferg   
07-22-11 15:15   
added bin/resinctl with these capabilities