Skip to content

Deploy AngularJS to Webserver

brendonco edited this page May 8, 2014 · 3 revisions

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