Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

In this blog I would be sharing the steps I followed to install SAPUI5 on my Windows 7 machine

Installing and Running Apache HTTP Server 2.2.25

  1. Got to Apache HTTPD Download Page http://httpd.apache.org/download.cgi
  2. Download & Run the Win32 Binary including OpenSSL 0.9.8y (MSI Installer): (httpd-2.2.25-win32-x86-openssl-0.9.8y.msi) by clicking on the link on this page.
  3. Follow the instructions in the Installer Wizard to complete the Installation (for more details refer: http://httpd.apache.org/docs/2.2/install.html)

Installing SAPUI5

  1. Downloading UI Development Kit for HTML 5 from the link below - http://scn.sap.com/community/developer-center/front-end
  2. Create a sub folder with name “sapui5” in webserver's documents folder, i.e htdocs folder of Apache.org's HTTPD
  3. Unzipped all the .zip (sapui5-sdk-static.zip, sapui5-static.zip, sapui5-mobile-static.zip) to the above “sapui5” folder created in the above step. 
  4. Type http://localhost/sapui5 in the Browser

If a page titles SAPUI5 SDK - Demo Kit appears this confirms SAPUI5 is successfully installed on your machine. You can find further information about playing around with SAPUI5 in this application including the Developer Guide & API References.

Labels in this area