README
User Manual 🥳
Framework

Main Interface

Demo
Download
Software
Test data and libraries
How to install
Extract MetaPro zip file to any directory you want.
Here we use INSTALLATION_PATH to represent your installation path, for example
C:\
Windows
Open INSTALLATION_PATH folder
start: Right click
MetaproStart.bat, run as administrator.Successful operation:
The following operations appear in the terminal to indicate that the operation is successful:
After successful startup, open a browser and connect to localhost:8080stop: Right click
MetaproStop.bat, run as administratoruninstall: Stop MetaPro and delete the installation folder.
MacOs
Open a terminal
cd INSTALLATION_PATH cd MetaproForMacstart
bash MetaproStart.shSuccessful operation:
The following operations appear in the terminal to indicate that the operation is successful:
$ bash ./MetaproStart.sh /Users/commands/Documents/code/MetaPro/MetaproForMac ********* Start Redis ********* /Users/commands/Documents/code/MetaPro/MetaproForMac/redis ********* Start MongoDB ********* /Users/commands/Documents/code/MetaPro/MetaproForMac/mongodb ********* Start Metapro ********* about to fork child process, waiting until server is ready for connections. forked process: 94332 $ child process started successfully, parent exitingAfter successful startup, open a browser and connect to
localhost:8080stop
bash MetaproStop.shuninstall
Stop MetaPro and delete the installation folder.
Linux
Open a terminal
cd INSTALLATION_PATH cd MetaproForUbuntustart
bash MetaproStart.shSuccessful operation:
After successful startup, open a browser and connect to
localhost:8080The following operations appear in the terminal to indicate that the operation is successful:
$ bash ./MetaproStart.sh /Users/commands/Documents/code/MetaPro/MetaproForMac ********* Start Redis ********* /Users/commands/Documents/code/MetaPro/MetaproForMac/redis ********* Start MongoDB ********* /Users/commands/Documents/code/MetaPro/MetaproForMac/mongodb ********* Start Metapro ********* about to fork child process, waiting until server is ready for connections. forked process: 94332 $ child process started successfully, parent exitingAfter successful startup, open a browser and connect to
localhost:8080stop
bash MetaproStop.shuninstall: Stop MetaPro and delete the installation folder.
