diff --git a/public/favicon.ico b/www/favicon.ico similarity index 100% rename from public/favicon.ico rename to www/favicon.ico diff --git a/public/linker/fonts/glyphicons-halflings-regular.eot b/www/linker/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.eot rename to www/linker/fonts/glyphicons-halflings-regular.eot diff --git a/public/linker/fonts/glyphicons-halflings-regular.svg b/www/linker/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.svg rename to www/linker/fonts/glyphicons-halflings-regular.svg diff --git a/public/linker/fonts/glyphicons-halflings-regular.ttf b/www/linker/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.ttf rename to www/linker/fonts/glyphicons-halflings-regular.ttf diff --git a/public/linker/fonts/glyphicons-halflings-regular.woff b/www/linker/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from public/linker/fonts/glyphicons-halflings-regular.woff rename to www/linker/fonts/glyphicons-halflings-regular.woff diff --git a/public/linker/js/app.js b/www/linker/js/app.js similarity index 100% rename from public/linker/js/app.js rename to www/linker/js/app.js diff --git a/public/linker/js/controllers/create-order-controller.js b/www/linker/js/controllers/create-order-controller.js similarity index 100% rename from public/linker/js/controllers/create-order-controller.js rename to www/linker/js/controllers/create-order-controller.js diff --git a/public/linker/js/controllers/create-run-controller.js b/www/linker/js/controllers/create-run-controller.js similarity index 100% rename from public/linker/js/controllers/create-run-controller.js rename to www/linker/js/controllers/create-run-controller.js diff --git a/public/linker/js/controllers/home-controller.js b/www/linker/js/controllers/home-controller.js similarity index 100% rename from public/linker/js/controllers/home-controller.js rename to www/linker/js/controllers/home-controller.js diff --git a/public/linker/js/controllers/module.js b/www/linker/js/controllers/module.js similarity index 100% rename from public/linker/js/controllers/module.js rename to www/linker/js/controllers/module.js diff --git a/public/linker/js/controllers/run-controller.js b/www/linker/js/controllers/run-controller.js similarity index 100% rename from public/linker/js/controllers/run-controller.js rename to www/linker/js/controllers/run-controller.js diff --git a/public/linker/js/services/socket.js b/www/linker/js/services/socket.js similarity index 100% rename from public/linker/js/services/socket.js rename to www/linker/js/services/socket.js diff --git a/public/linker/js/vendor/angular-route.js b/www/linker/js/vendor/angular-route.js similarity index 100% rename from public/linker/js/vendor/angular-route.js rename to www/linker/js/vendor/angular-route.js diff --git a/public/linker/js/vendor/angular.js b/www/linker/js/vendor/angular.js similarity index 100% rename from public/linker/js/vendor/angular.js rename to www/linker/js/vendor/angular.js diff --git a/public/linker/js/vendor/bootstrap.js b/www/linker/js/vendor/bootstrap.js similarity index 100% rename from public/linker/js/vendor/bootstrap.js rename to www/linker/js/vendor/bootstrap.js diff --git a/public/linker/js/vendor/jquery-2.1.0.js b/www/linker/js/vendor/jquery-2.1.0.js similarity index 100% rename from public/linker/js/vendor/jquery-2.1.0.js rename to www/linker/js/vendor/jquery-2.1.0.js diff --git a/public/linker/js/vendor/sails.io.js b/www/linker/js/vendor/sails.io.js similarity index 100% rename from public/linker/js/vendor/sails.io.js rename to www/linker/js/vendor/sails.io.js diff --git a/public/linker/js/vendor/socket.io.js b/www/linker/js/vendor/socket.io.js similarity index 100% rename from public/linker/js/vendor/socket.io.js rename to www/linker/js/vendor/socket.io.js diff --git a/public/linker/js/vendor/underscore.js b/www/linker/js/vendor/underscore.js similarity index 100% rename from public/linker/js/vendor/underscore.js rename to www/linker/js/vendor/underscore.js diff --git a/public/linker/styles/app.css b/www/linker/styles/app.css similarity index 100% rename from public/linker/styles/app.css rename to www/linker/styles/app.css diff --git a/public/linker/styles/app.less b/www/linker/styles/app.less similarity index 100% rename from public/linker/styles/app.less rename to www/linker/styles/app.less diff --git a/public/linker/styles/bootstrap-theme.css b/www/linker/styles/bootstrap-theme.css similarity index 100% rename from public/linker/styles/bootstrap-theme.css rename to www/linker/styles/bootstrap-theme.css diff --git a/public/linker/styles/bootstrap-theme.css.map b/www/linker/styles/bootstrap-theme.css.map similarity index 100% rename from public/linker/styles/bootstrap-theme.css.map rename to www/linker/styles/bootstrap-theme.css.map diff --git a/public/linker/styles/bootstrap.css b/www/linker/styles/bootstrap.css similarity index 100% rename from public/linker/styles/bootstrap.css rename to www/linker/styles/bootstrap.css diff --git a/public/linker/styles/bootstrap.css.map b/www/linker/styles/bootstrap.css.map similarity index 100% rename from public/linker/styles/bootstrap.css.map rename to www/linker/styles/bootstrap.css.map diff --git a/public/robots.txt b/www/robots.txt similarity index 100% rename from public/robots.txt rename to www/robots.txt diff --git a/public/templates/create-order.html b/www/templates/create-order.html similarity index 100% rename from public/templates/create-order.html rename to www/templates/create-order.html diff --git a/public/templates/create-run.html b/www/templates/create-run.html similarity index 100% rename from public/templates/create-run.html rename to www/templates/create-run.html diff --git a/public/templates/home.html b/www/templates/home.html similarity index 100% rename from public/templates/home.html rename to www/templates/home.html diff --git a/public/templates/run.html b/www/templates/run.html similarity index 100% rename from public/templates/run.html rename to www/templates/run.html diff --git a/public/templates/runs.html b/www/templates/runs.html similarity index 100% rename from public/templates/runs.html rename to www/templates/runs.html