This HTM Engine application was built from the [Skeleton HTM Engine App](https://github.com/nupic-community/skeleton-htmengine-app). It is like a scaffolding with an HTM Engine ready to run after a few configuration changes. It is _**the**_ place to start if you want to create a new HTM Engine application. See its README for more details.
# Setup
## 1. Install and Start Required Services
Install the following services appropriately for your environment:
- [MySQL](https://www.mysql.com/)
- [RabbitMQ](https://www.rabbitmq.com/)
- [Supervisor](http://supervisord.org/)
Go ahead and start the MySQL server and RabbitMQ, but not Supervisor.
## 2. Install HTM Engine and NTA Utils
Clone https://github.com/numenta/numenta-apps locally.
You'll need to install `nta.utils`, which is a dependency of `htmengine`:
This file has been truncated. show original
mysql -u root --execute=“CREATE DATABASE traffic”
FOR STEP 5
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: NO)
l can not disable mysql root password . How can l join database automatically .
l watched https://www.youtube.com/watch?v=lzJd_a6y6-E htm-engine but it did not help me .
1 Like
I want to point out that this project currently is not working (as noted in the README ) because of a problem with River View that I don’t have time to fix.