Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scripts to set up a dummy development environment (i.e in an ubuntu virtual machine) without sensors #97

Open
maglub opened this issue Sep 20, 2015 · 0 comments

Comments

@maglub
Copy link
Owner

maglub commented Sep 20, 2015

To speed up the development process of the GUI, it helps to have a dummy environment in a virtual machine.

  • Setup of /var/lib/piLogger
  • Setup of /var/log/piLogger
  • Setup of dummy sensors
  • Setup of dummy data for sensors

There are two alternatives:

  • Using completely made up data
  • Duplicating an environment (i.e. a refresh from your "production raspberry pi"

The main issue with the latter, is that you cannot just copy the .rrd files, since the raspberry pi has a different endian than an x86 ubuntu, so you will have to dump the content to xml, then import it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants