mark-norgate

Results 14 comments of mark-norgate

Sio why am I getting the `Module parse failed` error?

Hi Josef Yes I was aware that there would be security group issues, and I did allow port 3000 through, as well as port 80, but it made no difference....

MongoDB reports to be working fine. Again, some Strider logs would be beneficial!

Hmm. It was set like that, doesn't appear to help though. `pm2.log` shows the process going up and down quite a lot: ``` 2016-08-08 08:59:01: [PM2][WORKER] Started with refreshing interval:...

I have set the environment variable `DEBUG` to `strider*`. Here is my config: ``` { "NODE_ENV": "production", "SERVER_NAME": "http://ec2-xx-xx-xx-xx.compute-1.amazonaws.com", "STRIDER_CLONE_DEST": "/home/ubuntu/strider-builds/", "PORT": "3000", "DEBUG": "strider*" } ``` My `apps.json` looks...

I'm not entirely convinced I understand the reasons I have two configuration files either. This comes from having read two different articles relating to setting up strider! [This article](https://www.skey.uk/How-to/DevOps/12-Continuous-Integration-with-Strider) talks...

Ok, I have enabled logs as recommended and it generates an awful lot of boiler plate logging on startup in `.pm2\logs`, but specifically the following having tried to pull a...

Now that's something I didn't realise about SSH! I'm out and about at the moment so can't really check any of this stuff out. But it would seem from the...

Thanks @oliversalzburg . I have created SSH keys on my Ubuntu box, ensured that the agent is running, imported the keys into Bitbucket, but still I get the same error....

That sounds like it could be a solution @knownasilya. Any chance of some elucidation to this idiot? I kinda need spoon-feeding when it comes to Unix. I have one user...