Difference between revisions of "Course notes for today"
Jump to navigation
Jump to search
Tag: Manual revert |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
Servers | Servers | ||
* | * https://trainingv3.tsnocode.com/exopi1/login JONAS | ||
* | * https://trainingv3.tsnocode.com/exopi2/login LAURITS | ||
* https://trainingv3.tsnocode.com/exopi3/login CHRISTOFFER | |||
* https://trainingv3.tsnocode.com/exopi4/login MARK | |||
* https://trainingv3.tsnocode.com/exopi5/login MORTEN | |||
Credentials | Credentials | ||
* username: admin | * username: admin | ||
* password: [on | * password: [on whiteboard] | ||
== Setting up DEV environment == | == Setting up DEV environment == |
Latest revision as of 08:37, 8 April 2025
Slides for today
https://www.tempusserva.dk/share/training/PFM300.pdf
Servers for today
Servers
- https://trainingv3.tsnocode.com/exopi1/login JONAS
- https://trainingv3.tsnocode.com/exopi2/login LAURITS
- https://trainingv3.tsnocode.com/exopi3/login CHRISTOFFER
- https://trainingv3.tsnocode.com/exopi4/login MARK
- https://trainingv3.tsnocode.com/exopi5/login MORTEN
Credentials
- username: admin
- password: [on whiteboard]
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;