Changes between Version 26 and Version 27 of HowtoMirrors


Ignore:
Timestamp:
Jul 25, 2017, 4:52:53 AM (7 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoMirrors

    v26 v27  
    55=== FAST INSTRUCTIONS ===
    66 * Create an user for the elive isos mirror
    7  * Have a subdomain / web link that points to this user "public_html" directory
     7 * Have a subdomain / web link that points to this user "public_html" directory, with indexing and read permission
    88 * Make sure that rsync is installed and ssh enabled for this user (ssh is required to send the files automatically with rsync in a secured way)
    99 * Run these commands to add the elive server's key:
     
    1212echo 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAk45j0yfCnHcyi6EKy/tnUOfUKMMeVf1rc/nRPratslLwVVr+bCqjS/KVc5si+8yGsCxQzow2TC3hlymvyxVZhA0Q17G87UQb61nLeG9sl45LyPg5gqLYZUoxaxjT/L/T5XkqpfXhXle5ix0metdSh0sZHMnfhRvMXOAkQHY7YBWMkh9TOLu45GiUW2XKDSZjEWV0NeR06r66KspqsV5jR6HCZ9iQDMoya/6HdTqNDqpza+qqAcHvXCWAbAgr95PXDbSM1KIS9KCRebHVka1437kCU3vrwXKBIb0OF0Rnseqs4icTu2xnu74H2/+uM/C+o4f2QFjJM/CwlQ0w2kL2+Q== elivewebsites@zatara' >> "$HOME/.ssh/authorized_keys"
    1313chmod 600 "$HOME/.ssh/authorized_keys"
    14 mkdir -p "$HOME/isos"
     14mkdir -p "$HOME/public_html"
    1515}}}
    1616 * Ready! Send an email to thanatermesis # gmail with the details about the: user login and pass, web link url for the isos, your ''thanks to link/name'' if you want us to include it on the website, and an email of contact in case that something fails (auto system), country/city where the mirror is located
     
    3737echo 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAk45j0yfCnHcyi6EKy/tnUOfUKMMeVf1rc/nRPratslLwVVr+bCqjS/KVc5si+8yGsCxQzow2TC3hlymvyxVZhA0Q17G87UQb61nLeG9sl45LyPg5gqLYZUoxaxjT/L/T5XkqpfXhXle5ix0metdSh0sZHMnfhRvMXOAkQHY7YBWMkh9TOLu45GiUW2XKDSZjEWV0NeR06r66KspqsV5jR6HCZ9iQDMoya/6HdTqNDqpza+qqAcHvXCWAbAgr95PXDbSM1KIS9KCRebHVka1437kCU3vrwXKBIb0OF0Rnseqs4icTu2xnu74H2/+uM/C+o4f2QFjJM/CwlQ0w2kL2+Q== elivewebsites@zatara' >> "$HOME/.ssh/authorized_keys"
    3838chmod 600 "$HOME/.ssh/authorized_keys"
    39 mkdir -p "$HOME/isos"
     39mkdir -p "$HOME/public_html"
    4040}}}
    4141