@aidoop/aidoop-r
v6.0.23
Published
Application for robotics.
Downloads
222
Readme
AIdoop-R
- AIdoop : Solution family brand of AIdoop(http://www.ai-doop.com)
- R : Robotics Solution
prerequisites
- nodejs version 14 or later
install from docker
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