Skip to content

Commit

Permalink
Merge pull request #42 from shundroid/fixed-docs
Browse files Browse the repository at this point in the history
fixed path in docs/server-setup.txt
  • Loading branch information
dadaa committed Nov 29, 2016
2 parents 79a2d1d + ff0c08e commit 5089f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For a test machine running Apache 2, the following example setup should work.
<VirtualHost *:8081>
DocumentRoot "<path to parapara>/parapara/wall/public"
SetEnv PARAPARA_ADDITIONAL_CONFIG config.test.inc
Alias /tests "C:/Users/Brian/parapara/wall/tests"
Alias /tests "<path to parapara>/parapara/wall/tests"
</VirtualHost>

<Directory "<path to parapara>/parapara/wall/tests">
Expand Down

0 comments on commit 5089f3e

Please sign in to comment.