Application for robotics.
npm install @aidoop/aidoop-r- AIdoop : Solution family brand of AIdoop(http://www.ai-doop.com)
- R : Robotics Solution
- nodejs version 14 or later
- AIdoop-R installation script
- create a folder for the application and change directory to your folder.
- the script will download a& install AIdoop-R
```
# install script for AIdoop-r
curl -fsSL https://github.com/aidoop/factory/raw/main/packages/aidoop-r/installer/install.sh | bash -s
- run 'start.sh' to start aidoop-r and 'stop.sh' to stop the running applicaton.
- on initial start, run 'migrate.sh' first to migrate database.
`
# data migration
$ ./start.sh
$ ./migrate.sh
$ ./stop.sh
# restart with service port no.
$ ./start.sh 80
``