TheThingsNetwork: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


=Installation et Lancement=
=Installation et Lancement=
==Installation de [[Docker]]=
==Installation de [[Docker]]==
<pre>
<pre>
sudo apt-get update
sudo apt-get update

Revision as of 09:20, 16 March 2016

The Things Network is a global open crowdsourced Internet of Things data network. http://thethingsnetwork.org

Sous-projets

Installation et Lancement

Installation de Docker

sudo apt-get update
sudo apt-get install docker.io
docker --help
sudo apt-get install docker-compose

sudo usermod -aG docker ${USER}

sudo service docker status
sudo service docker stop
sudo service docker status
sudo service docker start

=Installation de TTN via Docker


mkdir ~/ttn
cd ~/ttn
git clone https://github.com/TheThingsNetwork/croft.git
git clone https://github.com/TheThingsNetwork/jolie.git
git clone https://github.com/TheThingsNetwork/server-devenv.git
git clone https://github.com/TheThingsNetwork/ttn.git

cd ~/ttn
cd server-devenv
./buildup.sh