I’ve uploaded all the files to my hosting account (hostgator for now) and edited the following in config.js:
var config = {
port: 8080,
address: “mirror.[mydomain].com”,
ipWhitelist: [ ],
… }
I am getting an error saying that the config file is missing (I did change the name to config.js and it is in the config folder). Anyone have ideas of how to fix/accomplish this?