Add Windows Commands to TD Guide #189

Merged
Nick Alberelli merged 10 commits from TinyNick/blender-studio-pipeline:feature/add-windows-td-guide into main 2024-01-17 15:44:06 +01:00
7 changed files with 37 additions and 14 deletions
Showing only changes of commit d7f9336e4b - Show all commits

View File

@ -173,7 +173,7 @@ export default defineConfig({
items: [ items: [
{text: 'Project Tools Setup', link: '/td-guide/project-tools-setup'}, {text: 'Project Tools Setup', link: '/td-guide/project-tools-setup'},
{text: 'SVN Setup', link: '/td-guide/svn-setup'}, {text: 'SVN Setup', link: '/td-guide/svn-setup'},
{text: 'Syncthing Setup', link: '/td-guide/syncthing-setup-setup'}, {text: 'Syncthing Setup', link: '/td-guide/syncthing-setup'},
{text: 'Python Setup', link: '/td-guide/python'} {text: 'Python Setup', link: '/td-guide/python'}
] ]
}, },

BIN
docs/media/td-guide/add_new_folder.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/media/td-guide/new_folder_settings.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/media/td-guide/syncthing_new_device.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/media/td-guide/syncthing_new_device_server.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/media/td-guide/syncthing_tray_windows.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -6,18 +6,6 @@ The Blender Studio Pipeline relies on [syncthing](https://syncthing.net/) to syn
**Debian/Ubuntu** **Debian/Ubuntu**
Install the latest Syncthing Packages via the official [Syncthing Repository](https://apt.syncthing.net/) Install the latest Syncthing Packages via the official [Syncthing Repository](https://apt.syncthing.net/)
```bash
# Add the release PGP keys:
sudo mkdir -p /etc/apt/keyrings
sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
# Add the "stable" channel to your APT sources:
echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
# Update and install syncthing:
sudo apt-get update
sudo apt-get install syncthing
```
**Other Linux Distrubutions** **Other Linux Distrubutions**
Get the [latest release](https://github.com/syncthing/syncthing/releases/tag/v1.27.2) for your distribution. Get the [latest release](https://github.com/syncthing/syncthing/releases/tag/v1.27.2) for your distribution.
@ -25,4 +13,24 @@ Get the [latest release](https://github.com/syncthing/syncthing/releases/tag/v1.
### Windows ### Windows
Syncthing can be installed on windows with the official [Syncthing Installer](127.0.0.1:8384) by following [this video](https://www.youtube.com/watch?v=2QcO8ikxzxA&ab_channel=UsefulVid) but it is recommended for novice users to use the Community Contributed package [SyncTrayzor](https://github.com/canton7/SyncTrayzor) Syncthing can be installed on windows with the official [Syncthing Installer](127.0.0.1:8384) by following [this video](https://www.youtube.com/watch?v=2QcO8ikxzxA&ab_channel=UsefulVid) but it is recommended for novice users to use the Community Contributed package [SyncTrayzor](https://github.com/canton7/SyncTrayzor)
1. Download and Install the latest version of [SyncTrazor](https://github.com/canton7/SyncTrayzor#installation) Download and Install the latest version of [SyncTrazor](https://github.com/canton7/SyncTrayzor#installation)
## Setup Syncthing
1. Launch Syncthing Web GUI
- Browser: The default address for web GUI `127.0.0.1:8384`
- Linux: Find "Syncthing Web UI" in Application Launcher
- Windows: Right Click SyncTrazor icon in the system tray and select `Open SyncTrazor`
![Launch syncthing GUI via tray (windows)](/media/td-guide/syncthing_tray_windows.jpg)
2. Select `+ Add Remote Device` and enter the Device ID of the Syncthing Server
![Add Remote Device](/media/td-guide/syncthing_new_device.jpg)
3. On the Server's Syncthing Web GUI, select `+ Add Device` from the "New Device" pop-up
![Add Device to Server](/media/td-guide/syncthing_new_device_server.jpg)
4. Return to the Client's Syncthing Web GUI, select `Add` from the "New Folder" pop-up
![Add New Folder from Server](/media/td-guide/add_new_folder.jpg)
5. Enter the following path under **Folder Path** `~/data/your_project_name/shared`.
![New Folder Settings](/media/td-guide/new_folder_settings.jpg)
*The tilde "~" will be replaced with the home path for your operating system*
6. Select save to being syncing your "Shared" Folder