Skip to content

nghiant2710/resin-hello-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Hello Python in Resin.io

Introduction

This is a very simple project that is an example of how to use Docker image from Docker Hub to set up environment for Python project in Resin.io.

This project uses Docker image from repo: https://registry.hub.docker.com/u/key3/rpi-raspbian-python2.7-dev/

Resin.io Setup & Deployment

  1. If you haven't got a Resin.io alpha account, visit alpha.resin.io and sign up.
  2. Start a new applicaton on Resin.io download the .zip file, format your SD card in FAT32 and extract it to your SD card.
  3. Insert the SD card into the Raspberry Pi, power it up using the micro-usb cable and connect to the Internet.
  4. After about 10 minutes your new device should show up on your application dashboard.
  5. You can now clone the resin-hello-python repo:

$ git clone https://github.com/nghiant2710/resin-hello-python.git

Then add the resin remote:

$ git remote add resin [email protected]:<myUserName>/<myApplicationName>.git

And finally push the code to your Raspberry Pi:

$ git push resin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published