VPC100 Quick Start Guide
Page
30
and thus a database gts and the following data tables will be created:
①
Account
- Account owner table
②
User
- User table
③
UserAcl
- User Access-Control-List table
④
Device
- Device information table
⑤
EventData
- Received Event data
⑥
Geozone
- Geozone/Geofence definitions
⑦
EventTemplate
- Custom event packet templates (DMTP only)
⑧
PendingPacket
- Packets pending transmission to device (DMTP only)
Checking Your Installation Status:
In the folder D:\OpenGts_2.6.1, execute the following command:
bin\checkInstall.bat
Creating Administrator Account on OpenGTS:
In the folder D:\OpenGts_2.6.1, execute the following command to create
administrator account:
bin\admin.bat Account -account:sysadmin -pass:password –create
(Set the administrator password at -pass
,
e.g. bin\admin.bat Account
-account:sysadmin -pass:test –create
,
password is test)
9.) Installing *.war to Tomcat sever
In D:\OpenGts_2.6.1\build folder, execute the following commands:
copy *.war D:\Tomcat 7.0\webapps
(*.war including track.war, events.war, gprmc.war)
If any event occurs and you must send out a notification mail, you should
find SMTP settings in the file D:\OpenGTS_2.6.1\config.conf and then
change it to your SMTP server IP and launch ant all (compile opengts) to
copy *.war to the folder D:\Tomcat 7.0\webapps.
10.) Testing OpenGTS server
To test OpenGTS on the local server (the PC installed with OpenGTS), type
either one of the following two URL address in browser:
http://localhost:8080/track/Track
or
http://127.0.0.1:8080/track/Track
You will see the OpenGTS login screen. In Account field, enter your account,
Содержание VPC100 Series
Страница 36: ...VPC100 Quick Start Guide Page 36 ...