You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

1.    You must have an installation of the OpenLaszlo server to build the UI. See OL installation instructions if you need more direction.

2.    Checkout most recent code from svn+ssh://svn.mit.edu/zest/thalia/laszlo/thalia. The resulting "thalia" folder should be placed in the  <OL-Directory>/Server/lps/my-apps/ folder.

3.    Make any code changes required. Once done, change the version number in the thalia.lzx file. Search for: <text name="version">VERSION: and increment the number, and change the date found there.

4.    Assuming that the port for the OpenLaszlo installation is :8081, and the version of OL is 4.0.2, go to the following URL: http://127.0.0.1:8081/lps-4.0.2/my-apps/thalia/thalia.jsp; (Change port and lps-4.0.2 path as needed). This causes the OpenLaszlo server to compile the application. Note that you will only be logged in as a guest, so will not have full functionality looking at it locally - this is not a problem, the only goal here is to compile the application. You will upload to the server to fully test it.

5.    When you go to the above URL, the OL Server will create a file called thalia.lzx.lzr=swf8.swf in the <OL-Directory>/Server/lps/my-apps/thalia/ directory.  This file needs to be ftp'd up to isda-thalia-1, into the tomcat/webapps/thalia-ime/ directory for testing.

6.    Test by going to https://ap.isda-thalia-1.mit.edu/. Once you are satisfied that the UI is working as it should, check in the new .swf file into the /zest/thalia/ime/web/ directory, and checkin any changed open laszlo source files into the /zest/thalia/laszlo/thalia/ directory.

7.    End users need to refresh their browsers to get the updated UI.

  • No labels