Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ion28/rpi3-debian-desktop
A simple debian image for Raspberry Pi 3 + touchscreen
https://github.com/ion28/rpi3-debian-desktop
debian display raspberry-pi-3 resin-io touchscreen
Last synced: 17 days ago
JSON representation
A simple debian image for Raspberry Pi 3 + touchscreen
- Host: GitHub
- URL: https://github.com/ion28/rpi3-debian-desktop
- Owner: ION28
- Created: 2017-07-24T03:59:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T04:40:44.000Z (over 7 years ago)
- Last Synced: 2024-10-29T18:25:02.411Z (2 months ago)
- Topics: debian, display, raspberry-pi-3, resin-io, touchscreen
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpi3-debian-desktop
=======
## A simple debian image for Raspberry Pi 3This is a simple, debian-based, desktop environment that works with a Raspberry Pi 3 and its touchscreen.
To get this project up and running, you will need to signup for a resin.io account [here][signup-page] and set up a device, have a look at our [Getting Started tutorial][gettingStarted-link]. Once you are set up with resin.io, you will need to clone this repo locally:
```
$ git clone [email protected]:ION28/rpi3-debian-desktop.git
```
Then add your resin.io application's remote repository to your local repository:
```
$ git remote add resin [email protected]:username/myapp.git
```
and push the code to the newly added remote:
```
$ git push resin master
```
It should take a few minutes for the code to push. While you wait, lets enable device URLs so we can see the server outside of our local network. This option can be found in the `Actions` tab in your device dashboard.[resin-link]:https://resin.io/
[signup-page]:https://dashboard.resin.io/signup
[gettingStarted-link]:http://docs.resin.io/#/pages/installing/gettingStarted.md