@aidoop/aidoop-p
v6.0.23
Published
automated reporting service
Downloads
98
Readme
Aidoop-P
- Aidoop : Company Name of ai-doop.com(http://ai-doop.com)
- P : Predictor ( Data Science Solution)
prerequisites
- nodejs version 12
- curl
recommended python environment
- python3.8
install from docker
aidoop-p installation script
create a folder for the application and change directory to your folder.
the script will download & install aidoop-p (required private access token)
# install script for aidoop-p curl -fsSL https://raw.githubusercontent.com/aidoop/factory/main/packages/aidoop-p/installer/install.sh | bash -s # install script for aidoop-r windows # for windows curl -fsSL https://raw.githubusercontent.com/aidoop/factory/main/packages/aidoop-p/installer/start.bat
run 'start.sh' to start aidoop-p 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