How to create a new BOARD18 download

From BOARD18 Project WIKI
Revision as of 16:10, 2 September 2013 by Rich (talk | contribs) (Initial version of this page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

These instructions assume that you already have a board18 development environment and access to the branch for which the download is to be created.

Perform these steps on your development PC

  • Checkout the branch for the required board18 release.
  • Checkout the branch for the required gamebox release.
  • Open a command line window.
  • cd to the BOARD18 directory.
  • Enter on command line:
 
rm ~/board18.zip
rm ~/utility.zip
zip ~/board18.zip *.html *.php 
zip -r ~/board18.zip php scripts style
zip ~/board18.zip images/*.*
zip ~/board18.zip Documentation/Board18Design.pdf
zip ~/board18.zip Documentation/ReleaseNotes.txt
zip ~/board18.zip Documentation/README.txt
cd php
zip ~/utility.zip config.php
cd ../utility
zip ~/utility.zip *.*
  • cd to GAMEBOX directory.
  • Enter on command line:
cd boxes
zip -r ~/board18.zip images
zip -r ~/utility.zip control
  • Using FTP, move the 2 zip files to the download server.

Setup the Download on the Server