Missing /conf and my controller.properties
-
I just downloaded and installed MyController via Git on RPi2. The /mycontroller directory is missing /conf and mycontroller.properties. Where do I find those?
Thanks -
@Blank /bin is also missing from /mycontroller
-
@Blank You cannot run MyController source as is. You should compile it via maven. Clone the repo and execute
mvn packgae
mvn package
frommycontroller/
directory. You can find binay bundle onmycontroller/dist/target/
.If you do not have any change on code, you use SNAPSHOT version from, http://forum.mycontroller.org/topic/58/download-snapshot-build
-
-
@njbuch Yes, I am sorry for typo