Difference between revisions of "DonationBox Network"

From CommonsLab
Jump to navigation Jump to search
(Created page with "=Description= [https://github.com/eellak/gsoc17-donationbox] =Installation= Install a new Raspbian image Run raspbi-config * enable SSH * enable I2C * expand HDD * change tim...")
 
Line 1: Line 1:
 
=Description=
 
=Description=
[https://github.com/eellak/gsoc17-donationbox]
+
[https://github.com/eellak/gsoc17-donationbox GSOC]
 
=Installation=
 
=Installation=
 
Install a new Raspbian image
 
Install a new Raspbian image
Line 9: Line 9:
 
* change timezone
 
* change timezone
 
Rotate display, sudo nano /boot/config.txt add display_rotate=1
 
Rotate display, sudo nano /boot/config.txt add display_rotate=1
 +
Copy files from Git to /home/commonslab/donation-box
 +
Copy openvpn files to /etc/openvpn and start service
 +
Install Django and its dependencies
 +
* sudo apt-get install python-mysqldb
 +
* wget  https://bootstrap.pypa.io/get-pip.py
 +
* sudo python get-pip.py
 +
* sudo rm -rf get-pip.py
 +
* pip3 install django==1.11.4

Revision as of 17:56, 11 December 2017

Description

GSOC

Installation

Install a new Raspbian image Run raspbi-config

  • enable SSH
  • enable I2C
  • expand HDD
  • change timezone

Rotate display, sudo nano /boot/config.txt add display_rotate=1 Copy files from Git to /home/commonslab/donation-box Copy openvpn files to /etc/openvpn and start service Install Django and its dependencies