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:8080
stop: Right click
MetaproStop.bat
, run as administratoruninstall: Stop MetaPro and delete the installation folder.
MacOs
Open a terminal
cd INSTALLATION_PATH cd MetaproForMac
start
bash MetaproStart.sh
Successful 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 exiting
After successful startup, open a browser and connect to
localhost:8080
stop
bash MetaproStop.sh
uninstall
Stop MetaPro and delete the installation folder.
Linux
Open a terminal
cd INSTALLATION_PATH cd MetaproForUbuntu
start
bash MetaproStart.sh
Successful operation:
After successful startup, open a browser and connect to
localhost:8080
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 exiting
After successful startup, open a browser and connect to
localhost:8080
stop
bash MetaproStop.sh
uninstall: Stop MetaPro and delete the installation folder.