- SSH into your Synology
- Find the corresponding folders in the filesystem.
=> Private Photo Station folder: /volume1/homes/USER/photo => Moments folder: /volume1/homes/USER/Drive/Moments
- Mount Photo Station folder into Moments using
Command
| # Installation Jenkins: | |
| brew update && brew install jenkins | |
| # Java Runtime Environment: | |
| brew cask install java | |
| # Config Launch: | |
| ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents | |
| sudo cp -fv /usr/local/opt/jenkins/*.plist /Library/LaunchDaemons | |
| sudo chown `whoami` /Library/LaunchDaemons/homebrew.mxcl.jenkins.plist |
| # Install Required Software | |
| brew cask install caskroom/versions/java8 | |
| brew cask install android-sdk | |
| brew cask install intel-haxm | |
| # Set path | |
| export ANDROID_SDK_ROOT="/usr/local/share/android-sdk" | |
| # List out existing playstore image | |
| # sdkmanager --list | grep "playstore" |
| # open project and Run project and create the iOS App | |
| # Get the simulator ID | |
| instruments -s devices | |
| # Go to folder of simulator | |
| open ~/Library/Developer/CoreSimulator/Devices/[Simulator UDID] | |
| # Get the app | |
| cd data/Containers/Bundle/Application |
=> Private Photo Station folder: /volume1/homes/USER/photo => Moments folder: /volume1/homes/USER/Drive/Moments
Command