kemonine
/
lollipopcloud
Archived
1
0
Fork 0

added info for downloading documentation for offline use.

This commit is contained in:
jmf 2018-10-13 17:40:47 -07:00
parent a55c36d181
commit 00af2a2196
3 changed files with 8 additions and 2 deletions

View File

@ -18,9 +18,11 @@ The Lollipop Cloud project is a way to self-host internet services, such as a we
- A wifi adapter, USB cellular modem (3G/4G/WCDMA/LTE), [GPS module (link)](https://git.lollipopcloud.solutions/lollipop-cloud/docs/src/branch/master/hardware/gps.md), [RTC (Real Time Clock) (link)](https://git.lollipopcloud.solutions/lollipop-cloud/docs/src/branch/master/hardware/rtc.md), [Bluetooth Serial Terminal (link)](https://git.lollipopcloud.solutions/lollipop-cloud/docs/src/branch/master/hardware/bluetooth_terminal.md), other hardware you need for your custom setup. See also: [Hardware Considerations (link)](https://git.lollipopcloud.solutions/lollipop-cloud/docs/src/branch/master/hardware_notes.md).
## Initial Setup
[Setup For Beginners (link)](for-beginners.md): If you are new to installing Linux, or would like a little extra help walking through the initial creation of your Lollipop, please take a look our documentation written especially for beginners. Then skip down to the next section ([Networking](#Networking)) when you're ready.
If you're not using the [link for beginners](for-beginners.md), the following links are good first steps:
- Mirror this documentation locally with `git clone https://git.lollipopcloud.solutions/lollipop-cloud/docs.git /path/to/docs`
- [Download Armbian (link)](https://dl.lollipopcloud.solutions/files/armbian)
- [First Boot (link)](https://git.lollipopcloud.solutions/lollipop-cloud/docs/src/branch/master/armbian/first_boot.md)
- [Base Setup (link)](https://git.lollipopcloud.solutions/lollipop-cloud/docs/src/branch/master/armbian/base_setup.md)

View File

@ -12,7 +12,7 @@ The rest of this guide assumes you'll be logged in as the admin user and will be
## Mirror Docs
Just in case you need reference material while offline or on a bad network link, mirror these docs to the root filesystem.
Just in case you need reference material while offline or on a bad network link, mirror these docs to the root file system.
```git clone https://git.lollipopcloud.solutions/lollipop-cloud/docs.git /root/docs```

View File

@ -102,6 +102,10 @@ Now restart the service with `systemctl restart sshd`.
Now you're ready to head back to the [README (link)](docs/README.md) and get started on the networking section.
**Closing suggestion:** It is highly recommended that once you set up networking on your new Lollipop Cloud, that you follow the README's suggestion to install Cockpit. After you install Cockpit, you will be able to configure the rest of your desired Lollipop Cloud features through a web browser on your development (or home) computer.
**Closing suggestions:**
- It is highly recommended that once you set up networking on your new Lollipop Cloud, that you follow the README's suggestion to install Cockpit. After you install Cockpit, you will be able to configure the rest of your desired Lollipop Cloud features through a web browser on your development (or home) computer.
- Just in case you need all of our documentation while offline or on a bad network connection, mirror these docs to an internet-connected computer by entering the following at the command line: ```git clone https://git.lollipopcloud.solutions/lollipop-cloud/docs.git /root/docs``` where ```/root/docs``` is where you want these documents to live.
_Check and contribute to [the issue tracker (link)](https://kanban.lollipopcloud.solutions/project/admin-lollipop-documentation/kanban) for errors, typos, clarifications, and omissions to improve this documentation. Thanks!_