There were a few bumps. The first was the deploy.rsc command didn't seem to work properly, that is no scripts from the m5nr module were found in deployment/bin, and there were not any errors in the output of deploy.rsc. One note on the deploy.rsc, the kbrest_common is a new module. It is purely a support library. It is very similar in it's role as kbapi_common. It doesn't have a tag yet, and so deploy.rsc pulled master and put this message to output kbrest_common didn't have a tag * Using for kbrest_common Anyways, I fell back to the manual deploy. It worked fine, but there were a couple items. had to install solr from m5nr directory, make had to start solr /etc/init.d/solr start had to start apache apachectl start root@test-m5nr:~# source /kb/deployment/user-env.sh root@test-m5nr:~# m5nr-get-sources {"version":"9","url":"http://localhost:7103/api.cgi/m5nr/sources","data":[]} Overall, it took about 10 mins to build. Miriam, it's ready for you. The requisite servers (solr and apache) are running.