Giter Club home page Giter Club logo

dominus's Introduction

DOMINUS

TO DO

Src

This folder contains an example for autotools use in the folder domoticz. In order to compile it, run:

  • $ ./autogen.sh
  • $ ./configure
  • $ make

Dockerfile

This file allows you to create an image based on a debian image, and that automatically download and compile the buildroot for the RPi3.

This image includes :

  • A root session which password is toor
  • A user session which name is user_1 and password user_1pw
  • Domoticz is installed and automatically starts when the RPi3 boots.

In order to creates this docker, you just have to run this command line where the .dockerfile is :

	docker build .

You can give the image a name with the -t option.

NB : The whole running of this command took me about 40 minutes. It works (and have been tested) with a stable internet connexion (there are not the settings for the ENSTA's proxy, and it doesn't work with the unstable wifi connexion of the school).

The ID of the image is returned at the end of the running of the build command. Otherwise, you can find it by running this command :

	docker image ls

After that, you can create a docker container from the image by running :

	docker run -it <image_ID> 

The image for the sdcard can be found in /root/buildroot-2017.08/outputs/image. You can also copy it by running :

	docker cp <docker_ID>:/root/buildroot-2017.08/output/images/sdcard.img .

dominus's People

Contributors

lallemfa avatar pblottiere avatar tilletj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.