Hey I'm collaborating on a Trigger.io project and I'm curious if there is documentation on how to best do this? I have other guys who are loading my project into their environments (via github) using TriggerToolkit, and they can't run the projects because there are conflicts with identity.json.
-
1I found this answer helpful: http://stackoverflow.com/questions/10822272/how-can-i-add-another-collaborator-to-my-trigger-io-project#framed-by-olark – botbot Sep 03 '12 at 19:40
-
1+1 for @botbot's link - I'm going to be covering this in a webinar this Wednesday (5th Aug '12) too. We are fleshing out a better way to do team collaborations right now, but for now, everyone having their own identity.json is the way forward. – James Brady Sep 04 '12 at 00:19
-
keep me posted @James, i'd be glad to help and test it out as well. – botbot Sep 04 '12 at 01:23
1 Answers
We're working on a simpler way for team collaboration, but for now the process for importing and existing Trigger.io will be similar to the instructions here for one of our demo apps: https://github.com/amirnathoo/Sales-Square
Basically each app you create has a unique src/identity.json
file which is also specific to your account. You should avoid checking in your src/identity.json file and a collaborator should create their own by creating a new app and then copying your code into the src
directory.
Update: we've now enabled better collaboration with our Projects launch announced last week: http://trigger.io/cross-platform-application-development-blog/2013/01/15/introducing-projects/
This should remove the need to manually create / overwrite the src/identity.json
file to share Trigger.io app code

- 1,866
- 12
- 12