Changes between Version 10 and Version 11 of FAQ


Ignore:
Timestamp:
03/05/09 16:10:38 (15 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v10 v11  
    3131You can start IWS from the /etc/init.d directory, currently we don't support automatic startup.
    3232
    33 Manually start the webserver:
    34         /etc/init.d/dsm_om_connsvc start
     33Now the web interface should work (tested on Lenny/etch release). Start it with
     34 {{{
     35/etc/init.d/dsm_om_connsvc start
     36 }}}
     37or have it started automatically on system startup with
     38 {{{
     39update-rc.d dsm_om_connsvc defaults
     40 }}}
    3541
    36 To automatically start the webser on boot:
    37         /usr/sbin/update-rc.d dsm_om_connsvc start 20 2 3 4 5 . stop 19 0 1 6 . >/dev/null
     42To access the web interface, surf to
     43 {{{
     44https://localhost:1311
     45 }}}
     46. You might have to add an exception for the security certificate, depending on your browser settings.
    3847
    39 You can login to the webserver using a local account on port 1311, for example:
    40         https://your-machine.net:1311
    4148
    4249== Note for amd64 ==