Christiaan Hees

Results 13 comments of Christiaan Hees

You only need the dependencies. You should leave out the module stuff in application.conf. Deploying to gae can be done using `play gae:deploy`

I haven't seen this yet. Does the `gcloud datastore export` already leave it out or does it fail to import it into BQ?

@sspross I also ran into the problem of not being able to run manage.py when you import some GAE specific things. The way I solved it is by writing a...

Did you also change your MONGO_URL here? https://github.com/Q42/meteor-gce/blob/master/startup.sh#L71 Did you upload your changed startup.sh to your bucket? To debug you could add an `echo $MONGO_URL` somewhere in your script to...

Hmm, it looks like more people have problems with pm2 not picking up environment variables in some cases: https://github.com/Unitech/pm2/issues/83 Some people mention that setting the environment variables in a process.json...

The bcrypt warning is probably unrelated to this problem. I think you're on the right track with the process.json. Usually when it can't find fibers something went wrong with `npm...

Hmm, I just noticed this script still installs Node 0.10: https://github.com/Q42/meteor-gce/blob/master/startup.sh#L17 Meteor now uses Node 4 as far as I know, so try replacing line 17 in the script with...

Glad you (almost) got it working. I haven't used this script anymore in a long time, so for maybe a better up to date version you could also try Meteor...

I read somewhere that enabling Oplog also has a downside. Although now I can't find anymore where it said that :p Maybe check if it's actually needed and what the...

I don't think the disk size is gonna be a problem soon. However, having only 1 instance might be a performance issue. Hooking up with Compose.io or MongoLab might be...