alexguzun / rascam_server

Server part of RasCam project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RasCam-server

Server part of RasCam project.

Does the management of the configured cameras and captured images.

##Whats inside?

##Installation I have decided to use Docker and docker-compose for app management and deploy. So, assuming your already have a server accessible from your Raspberry Pi device, ssh into it and execute:

git clone https://github.com/SillentTroll/rascam_server
cd rascam_server
fig build
fig up -d

It will get latest version, build the Docker containers and run them all in background. Pretty neat, right?

##Configuration Open a browser and go to your server. First of all you will have to register the admin user: Now login with the newly created user and feel the power! You can now go and configure the Raspberry Pi.

About

Server part of RasCam project

License:Apache License 2.0


Languages

Language:Python 46.1%Language:JavaScript 27.1%Language:HTML 26.1%Language:CSS 0.7%