Общая информация:
1 2 3 4 5 |
Утилита работает сходным с Dropbox образом, но в качестве «сердца» утилиты используется Git. !Рекомендую использовать Owencloud! Источник: http://www.ebayram.net/how-to-install-sparkleshare-on-debian-ubuntu-dropbox-google-drive-box-net-replacement-alternative/ |
If you want to install on Ubuntu please add sudo command before the following commands.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
1. Install git and openssh apt-get install git apt-get install openssh 2. Create git user and your project(server side) adduser --disabled-password git git init --bare /home/git/Cloud mkdir /home/git/.ssh touch /home/git/.ssh/authorized_keys 3. Change owner of created folder. chmod 700 /home/git/.ssh chmod 600 /home/git/.ssh/authorized_keys chown -R git:git /home/git 4. Install Sparkle share client ( Client Side) Left click sparkle share icon and click sparkleshare. Open key files and copy that. 5. Paste key files to /home/git/.ssh/authorized_keys (server side) 6.Click sparkle share icon (client side) Click add hosted project. Enter ipaddress and folder name which is /home/git/Cloud and click to add. 7. That is it. Pray for me. Ask any question if you have. |