| [20:29:11] | * JustTB has quit (Remote host closed the connection) |
| [21:55:42] | * trentf has joined #farmos |
| [10:14:25] | * JustTB has joined #farmos |
| [10:57:31] | <mstenta[m]> | Sorry jlharlan1s and egratta - my Riot.im tab got closed and the Android app wasn't notifying me of new messages for some reason. Catching up now... |
| [10:58:32] | <mstenta[m]> | jlharlan1s: In order to reference assets from a spreadsheet import, you need to use the asset ID - not the asset name (because it is possible for two assets can have the same name). |
| [10:58:33] | <mstenta[m]> | See https://farmos.org/guide/import/ |
| [10:58:34] | <mstenta[m]> | > Asset IDs - A comma-separated list of asset IDs that this log is related to. These assets must already exist in farmOS in order for the link to be created. |
| [10:59:55] | <mstenta[m]> | egratta: No problem! Good try! Getting set up with a farmOS dev site is a bit quirky, I must admit, but you're almost there... :-) |
| [11:01:17] | <jlharlan1s[m]> | Ohhh okay. Thanks mstenta |
| [11:01:24] | <mstenta[m]> | egratta: You can actually leave the repo URL alone when you are first getting set up, and then just add your forked repo as a second remote. |
| [11:01:51] | <mstenta[m]> | egratta: When using Docker, the farmOS repo actually gets cloned a second time into .data/www/profiles/farm - and that's the code that is actually used by the Docker container (it is mounted as a volume) |
| [11:02:27] | <mstenta[m]> | egratta: So to add your remote repository to that use these commands: |
| [11:02:32] | <mstenta[m]> | `cd .data/www/profiles/farm` |
| [11:03:14] | <mstenta[m]> | `git remote add egratta [repo-url]` |
| [11:03:27] | <mstenta[m]> | `git fetch --all` |
| [11:03:42] | <mstenta[m]> | (Replace `[repo-url]` with the SSH URL of your forked Github repo) |
| [11:03:57] | <mstenta[m]> | Then you can push directly to your repo with: |
| [11:04:05] | <mstenta[m]> | `git push egratta 7.x-1.x` |
| [11:04:28] | <mstenta[m]> | Hope that all makes sense. Happy to help if not... :-) |