|
@@ -26,10 +26,10 @@
|
|
|
|
|
|
<ol>
|
|
|
<li>
|
|
|
- Change security for local files in a browser (this allows you to access your page as <code>file:///yourFile.html</code>
|
|
|
+ Change security for local files in a browser. This allows you to access your page as: <code>file:///yourFile.html</code>
|
|
|
</li>
|
|
|
<li>
|
|
|
- Run files from a local web server (this allows you to access your page as <code>http://localhost/yourFile.html</code>
|
|
|
+ Run files from a local web server. This allows you to access your page as: <code>http://localhost/yourFile.html</code>
|
|
|
</li>
|
|
|
</ol>
|
|
|
|
|
@@ -165,7 +165,6 @@ ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot =>
|
|
|
<li>
|
|
|
Create a configuration file called lighttpd.conf in the directory where you want to run
|
|
|
your webserver. There is a sample [link:http://redmine.lighttpd.net/projects/lighttpd/wiki/TutorialConfiguration here].
|
|
|
- page.
|
|
|
</li>
|
|
|
<li>
|
|
|
In the conf file, change the server.document-root to the directory you want to serve files from.
|