Changes between Version 9 and Version 10 of InstallAdministration
- Timestamp:
- 2013-02-23T16:56:03+01:00 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallAdministration
v9 v10 32 32 33 33 == Setting up web interface == 34 The fastest and simplest way to do so is copying your xcache/admin/ (the whole directory)to your web document-root or sub-directory of it.34 The fastest and simplest way to do so is copying your the whole directory xcache/htdocs/ (was admin/ in older release) to your web document-root or sub-directory of it. 35 35 ====== Simply copy to install (for example only) ====== 36 36 {{{ 37 37 #!ShellExample 38 $ cp -a ~/src/xcache/ admin/var/www/example.com/htdocs/xcache-admin38 $ cp -a ~/src/xcache/htdocs /var/www/example.com/htdocs/xcache-admin 39 39 (or) 40 $ cp -a /usr/share/xcache/ admin/var/www/example.com/htdocs/xcache-admin40 $ cp -a /usr/share/xcache/htdocs /var/www/example.com/htdocs/xcache-admin 41 41 }}} 42 42 … … 47 47 ====== Lighttpd setting (for example only) ====== 48 48 {{{ 49 alias.url += ("/xcache-admin/" => "/usr/share/xcache/ admin/")49 alias.url += ("/xcache-admin/" => "/usr/share/xcache/htdocs/") 50 50 }}} 51 51

