Files
UnrealEngineUWP/Engine/Build/HTML5/Readme.txt
Ankit Khare 9b38554ee8 UEPLAT-826 : use HTML5 SDK from third party directories.
- Always pickup HTML5 sdk from third party directory.
   - Use the new html5 template by default.

[CL 2610587 by Ankit Khare in Main branch]
2015-07-04 18:45:54 -04:00

32 lines
917 B
Plaintext

This folder contains pre compressed files ready for deployment, please make sure to use the shipping build for final deployment.
Files Required for final deployment.
---------------------------------
*.js.gz -compressed javascript files.
*.data -compressed game content
*.mem -compressed memory iniitialization file
*.html -uncompressed landing page.
*.symbols - uncompressed symbols, if necessary.
Local Testing
-------------
run HTML5Launcher.exe (via mono on Mac) to start a web sever which is configured to serve compressed files on localhost. This is not a production quality server.
add -ServerPort=XXXX to the command line if necessary to change the serving port. Default port is 8000.
How to deploy on Apache
------------------------
Add the following in .conf or .htaccess file. ( edit the directory name accordingly )
<Directory "${SRVROOT}/htdocs">
AddEncoding gzip gz
</Directory>