Difference between revisions of "Course notes for today"
Jump to navigation
Jump to search
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Slides for today == | == Slides for today == | ||
https:// | https://drive.google.com/file/d/1ITxiFH6gFjzd3FJUiX3gJN0YBJoW_4Zw/view?usp=sharing | ||
== Servers for today == | == Servers for today == | ||
Servers | Servers | ||
* https:// | * https://trainingv3.tsnocode.com/ecit1/login Kasper | ||
* https:// | * https://trainingv3.tsnocode.com/ecit2/login Lea | ||
* https:// | * https://trainingv3.tsnocode.com/ecit3/login Gitte | ||
* https://trainingv3.tsnocode.com/ecit4/login Berit | |||
* https://trainingv3.tsnocode.com/ecit5/login Kristian | |||
* https://trainingv3.tsnocode.com/ecit6/login Mike | |||
Credentials | Credentials | ||
* username: admin | * username: admin | ||
* password: [on | * password: [on whiteboard] | ||
== Setting up DEV environment == | == Setting up DEV environment == | ||
Latest revision as of 09:07, 31 March 2026
Slides for today
https://drive.google.com/file/d/1ITxiFH6gFjzd3FJUiX3gJN0YBJoW_4Zw/view?usp=sharing
Servers for today
Servers
- https://trainingv3.tsnocode.com/ecit1/login Kasper
- https://trainingv3.tsnocode.com/ecit2/login Lea
- https://trainingv3.tsnocode.com/ecit3/login Gitte
- https://trainingv3.tsnocode.com/ecit4/login Berit
- https://trainingv3.tsnocode.com/ecit5/login Kristian
- https://trainingv3.tsnocode.com/ecit6/login Mike
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;