All public logs
Jump to navigation
Jump to search
Combined display of all available logs of TS NoCode wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:55, 7 February 2025 Tvi talk contribs moved page Tempus Serva online documentation to TS NoCode online documentation
- 15:52, 22 January 2025 Kpe talk contribs created page Continous delivery (Created page with " === Source code === ==== Subversion ==== ==== NPM manager ==== # https://nodejs.org/en/download # From command promp #* winget install Schniz.fnm #* fnm install 22 #* cd <svnroot>''\sfwServlets\web'' #* npm i Step 2.3 + 2.4 must be repeated for all changes to th JSON manifest === Build and test === === Distribution ===")
- 15:09, 21 January 2025 Tvi talk contribs created page Embed TS in other sites (Created page with "To embed the output of a public codeunit, on another website, the following code can be used.<syntaxhighlight lang="html"> <div id="tsContent"></div> <script type="text/javascript"> $.ajax({ url: 'https://[SYSTEM-DOMAIN]/[APP-NAME]/mainpublic?command=[CODEUNIT-NAME]]', success: function(data) { $('#tsContent').html($(data).find(".mainContent").html()); }, }); </script> </syntaxhighlight>It requires jQuery to be loaded beforehand.") Tag: Visual edit
- 23:16, 9 January 2025 Kpe talk contribs created page EC2 server recovery (Created page with " === No SSL connections possible === # Make a snapshot of the running server # Make a volume from the snap shot # Create a new server # Attatch the volume to machine /dev/sdf # Connect to new server ## Install TS and application ## Stop webserver and database ## mkdir /mnt/oldroot ## sudo mount /dev/nvme1n1p1 /mnt/oldroot ## sudo rm -r /mnt/sda/* ## sudo cp -r /mnt/oldroot/usr/tempusserva/sda/* /mnt/sda/")
- 14:14, 2 December 2024 Tvi talk contribs created page FieldFilesVideos (Created page) Tag: Visual edit