Skip to content

Deploy AngularJS to Webserver

brendonco edited this page May 14, 2014 · 3 revisions

#PHP installation Refer to PHP website on how to install

http://sg3.php.net/manual/en/install.php

#For Apache Tomcat

  1. Copy dist/www to webapps/ e.g. folder name www

  2. To access the applicaton locally. http://localhost/www/index.hmtl

  3. Make sure MySQL server is up and running. scoreboard Schema and userinfo Table are created

Clone this wiki locally