Repository for dewi. This tracks versions of separate components and configuration for a functioning boat setup.
To clone, run:
$ git clone --recursive https://github.com/abersailbot/dewi $ cd dewi
This recursively clones the repository and its submodules.
When new commits are added to the upstream repositories, you need to update the submodules. To do this, run:
$ git submodule update --remote
This will update the submodules to the latest commit on the default branch.
To update all submodules to the latest branch run:
$ git submodule foreach git checkout master $ git submodule foreach git pull origin master
To deploy, run:
$ ./deploy <hostname>
Replacing the hostname for the target pi.
Docs can be read at http://dewi.readthedocs.org/.