Building
git clone https://github.com/rhiot/rhiot.git
cd rhiot
mvn installBuilding project using Docker
1st step (once)
git clone https://github.com/rhiot/rhiot.git
cd rhiot
docker build -t rhiot build2nd step
cd rhiot
docker run -v `pwd`:/rhiot --privileged -i -t rhiotReleasing the project
Before you start
Cutting the release
After the release
Last updated
Was this helpful?