- Download and install JDK 1.7 from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
- clone the repository (release branch):
git clone [email protected]:syncany/syncany.git master origin/master
- build the project
git clone [email protected]:syncany/syncany.git master origin/master
``` | |
$ sudo named-checkconf /etc/named.conf | |
$ sudo named-checkzone local /var/named/local.zone | |
zone local/IN: loaded serial 45 | |
OK | |
``` | |
``` | |
sudo launchctl load -w /System/Library/LaunchDaemons/org.isc.named.plist | |
``` |
This step by step explains how to create an URI protocol (a scheme) to directly edit a file in Sublime Text 2 from browser (or from the terminal).
Then it explains how to add this kind of link to Symfony2 Exceptions in order to allow opening file directly when an Exception is thrown.
Designed for OSX
Launch AppleScript and save the following script as an Application (name it "Sublime Text 2 URL Launcher"):
find . -type f -print | xargs chmod 644 | |
find . -type d -print | xargs chmod 755 |