|
InstallingThePreviewApp
How to install the previewer application on a web server.
Installing the Preview AppOur online previewer application can be installed as follows... Requirements
Setting up ApacheIf you run Apache/PHP locally then you will want to an entry to your /etc/hosts (or equivalent): 127.0.0.1 localhost <any local aliases> wikiwym In your Apache configuration, add something like: <VirtualHost *:80>
ServerAlias wikiwym
DocumentRoot /path/to/wikiwym
</VirtualHost>Restart Apache and then point your browser at http://wikiwym/. If all goes well, you'll then have a running copy of the server and client. |
► Sign in to add a comment