Difference between revisions of "Course notes for today"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
Servers | Servers | ||
* http://training. | * http://training.tsnocode.com/pol1/login | ||
* http://training. | * http://training.tsnocode.com/pol2/login | ||
* http://training. | * http://training.tsnocode.com/pol3/login | ||
* http://training. | * http://training.tsnocode.com/pol4/login | ||
* http://training.tsnocode.com/pol5/login | |||
Credentials | Credentials | ||
* username: admin | * username: admin | ||
* password: | * password: [on board] | ||
== Setting up DEV environment == | == Setting up DEV environment == | ||
Line 21: | Line 21: | ||
* https://omega.tempusserva.dk/nightly/TempusServa.war | * https://omega.tempusserva.dk/nightly/TempusServa.war | ||
For placement in the lib folder | For placement in the lib folder (ALL) | ||
* https://www.tempusserva.dk/install/driver/mysql-connector-java-5.1.45-bin.jar | * https://www.tempusserva.dk/install/driver/mysql-connector-java-5.1.45-bin.jar | ||
* https://www.tempusserva.dk/install/driver/commons-logging-1.1.1.jar | * https://www.tempusserva.dk/install/driver/commons-logging-1.1.1.jar | ||
== Related articles == | |||
* https://wiki.tempusserva.dk/index.php?title=Installation_Windows#MySQL_database | |||
Sample create user SQL | |||
* CREATE USER 'tsinstall'@'*' IDENTIFIED BY 'TempusServa'; | |||
* GRANT ALL PRIVILEGES ON *.* TO 'tsinstall'@'*' WITH GRANT OPTION; | |||
* FLUSH PRIVILEGES; |
Latest revision as of 08:15, 10 September 2024
Slides for today
https://www.tempusserva.dk/share/training/PFM300.pdf
Servers for today
Servers
- http://training.tsnocode.com/pol1/login
- http://training.tsnocode.com/pol2/login
- http://training.tsnocode.com/pol3/login
- http://training.tsnocode.com/pol4/login
- http://training.tsnocode.com/pol5/login
Credentials
- username: admin
- password: [on board]
Setting up DEV environment
Downloads
- https://omega.tempusserva.dk/nightly/tsnocodeApi.jar
- https://omega.tempusserva.dk/nightly/TempusServa.war
For placement in the lib folder (ALL)
- https://www.tempusserva.dk/install/driver/mysql-connector-java-5.1.45-bin.jar
- https://www.tempusserva.dk/install/driver/commons-logging-1.1.1.jar
Related articles
Sample create user SQL
- CREATE USER 'tsinstall'@'*' IDENTIFIED BY 'TempusServa';
- GRANT ALL PRIVILEGES ON *.* TO 'tsinstall'@'*' WITH GRANT OPTION;
- FLUSH PRIVILEGES;