Difference between revisions of "Course notes for today"
Jump to navigation
Jump to search
Tag: Manual revert |
|||
(18 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: | * password: [on whiteboard] | ||
== 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 == | == Related articles == | ||
* https://wiki.tempusserva.dk/index.php?title=Installation_Windows | * 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: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;