-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from h4570/docs
Docs draft
- Loading branch information
Showing
13 changed files
with
80 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,8 @@ | ||
[![CI](https://github.com/h4570/armnas/actions/workflows/ci-master.yml/badge.svg)](https://github.com/h4570/armnas/actions/workflows/ci-master.yml) | ||
|
||
# Work in progress! | ||
|
||
### Roadmap | ||
- Installation | ||
- Test Armbian | ||
- Test Raspbian | ||
- Documentation | ||
- How to add message (with example) | ||
- How to check logs | ||
- How to develop | ||
- Add info: Devices must have partitions, partitions must have UUID (create partition with parted and format `mkfs.ntfs -f /dev/sdb1`) | ||
- How to install Armbian | ||
- If running on Armbian | ||
`add-apt-repository ppa:transmissionbt/ppa -y` | ||
- Create cool readme with test/lint/quality badges | ||
- Test Raspbian | ||
- Test/lint/quality badges | ||
- Docs | ||
- Video | ||
- Readme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Ignore everything | ||
* | ||
|
||
# Except these | ||
!.gitignore | ||
!deploy-dbg-example.ps1 | ||
!deploy-prd-example.ps1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO: SSH connection + dev scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# TODO: Install, uninstall, update | ||
|
||
## Install | ||
**For Armbian users**, please add transmission repo (only once): | ||
`add-apt-repository ppa:transmissionbt/ppa -y` | ||
|
||
1. Download install script | ||
`sudo wget https://raw.githubusercontent.com/h4570/armnas/main/install.sh` | ||
2. Run script | ||
`sudo chmod +x install.sh && sudo ./install.sh` | ||
|
||
## Update | ||
|
||
## Uninstall | ||
1. Download uninstall script | ||
`sudo wget https://raw.githubusercontent.com/h4570/armnas/main/uninstall.sh` | ||
2. Run script | ||
`sudo chmod +x uninstall.sh && sudo ./uninstall.sh` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO: How to check logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO: How to add message (with example) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- .NET Crashing on Hardkernel's Ubuntu | ||
- Add info: Devices must have partitions, partitions must have UUID (create partition with parted and format `mkfs.ntfs -f /dev/sdb1`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters