Changes between Initial Version and Version 1 of documentation/sparkleshare-git


Ignore:
Timestamp:
Feb 5, 2013, 4:23:24 PM (13 years ago)
Author:
Dana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/sparkleshare-git

    v1 v1  
     1Start by downloading ​Sparkleshare and installing it on your own computer. When you are done, you should have a Sparkleshare folder on your computer that contains a file called something like Your Name's Key. That will have your public key in it.
     2
     3Next, login to the members control panel (​https://members.mayfirst.org/cp). Create a new User Account, e.g. nameorg-sparkle. Then (this is important), click the Server Access tab and create a new record (selecting nameorg-sparkle from the Login name drop down list). And, in the "Public Key (optional)" field, copy and paste the contents of the Your Name's Key file from your computer.
     4
     5That last step gives your sparkleshare installation access to this account.
     6
     7Next, log into the server using secure shell. Here's the faq for [​https://support.mayfirst.org/wiki/faq/user/security/secure-shell logging into the server].
     8
     9Once you are logged in, type the following commands:
     10
     11{{{
     12mkdir sparkleshare
     13cd sparkleshare
     14git init --bare
     15}}}
     16
     17Now, you can log out by typing:
     18
     19{{{
     20exit
     21}}}
     22
     23And you are almost ready!
     24
     25On your computer, click on the sparkleshare icon in your system tray.
     26
     27Select "Add hosted project..." For address type: nameorg-sparkle@yourserveraddress.mayfirst.org.
     28
     29For path type: sparkleshare
     30
     31And then you should be sharing.