forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
477 B
Text
16 lines
477 B
Text
|
|
Before running webstone make sure that the non-root user
|
|
who runs webstone has rexec access to the webclients and
|
|
the web server. This user must also have write access to
|
|
/usr/local/webstone on webmaster and write access in the
|
|
the web data directory on the web server. Be aware of
|
|
security risks!
|
|
|
|
To run configure webstones, run it, and see the results:
|
|
|
|
cd /usr/local/webstone
|
|
${EDITOR} conf/testbed
|
|
./webstone -genfiles
|
|
./webstone
|
|
./webstone -results
|
|
|