WebGUI
      Click here to register.
      
irc://irc.freenode.net#webgui

iPhoneGuy: WebGUI is a pile of crap.
rizen: If WebGUI is such a pile of crap, why do you use it?
iPhoneGuy: Because it's the best pile of crap out there.

If this is what people who hate us are saying, imagine what people who love us will say. Come join us on IRC.

How to Include WebGUI in Ubuntu Server Startup

0.8.x

There should eventually be a startup script in the WRE under the sbin/services/ubuntu folder. A sample file is here -- webgui. To enable this on startup in Ubuntu, issue the following commands:

  1. sudo chmod 755 /etc/init.d/webgui
  2. sudo update-rc.d webgui defaults

0.7.2

Use the following to include the WRE and WebGUI in the startup of an Ubuntu Server.

From the command prompt with root privledges:

<root>ln -s /data/wre/sbin/rc.webgui /etc/init.d/webgui

<root>update-rc.d  webgui defaults

 

The first line will create a link to the WRE's WebGUI startup script.

The second line creates the necessary links for startup.

Keywords: howto startup ubuntu wre