Nice application of our new Python support ... I especially love the the QR code feature!!
- Log in to post comments
Nice application of our new Python support ... I especially love the the QR code feature!!
@Dan Pasco - I always appreciate it when you jump into these threads ... I learn so much!!
@Evgeny Shvarov - really good to know, thank you for clarifying!
@Paul Cranston - curious if you found anything that is helpful, and if not, what areas of automation within HS are you looking for?
This looks like a great opportunity for those in Eastern Europe!! I look forward to seeing the results coming out of this incubator program
@A.R.N. H Hafeel - are you specifically interested in Caché or are you looking for the latest and greatest and therefore interested in learning InterSystems IRIS?
Really glad to see this spelled out so clearly for our customers - thank you @Jeff Fried !!
Well deserved @prashanth ponugoti :) Keep up the excellent work in your contributions to our Community!
Congratulations everyone and thank you for your code contributions to the Community that everyone can leverage!
Congrats to the winners, especially @prashanth ponugoti who is on the winner's podium for the first time!!
Congratulations @Shane Nowack and team!
To our users of CCR in the field, thank you in advance for making time this month for participating as a Beta Tester of InterSystems' newest Certification Exam!
All - please note the new Practice Questions have been added to this post as an attachment, and that the opening up of the Beta Test has been announced:
https://community.intersystems.com/post/beta-test-intersystems-ccr-tech…
If anyone hasn't registered as a beta tester yet and would like to do so, please email certification@intersystems.com
Thanks Vic! Always great to have a documentation reference :)
In the \bin directory is the csystray.exe file. Run that to get the cube running. Alternatively, you can use the cube that you do see in your systray and select "Remote System Access" to get to Studio, SMP, etc of your second instance.
No idea, but I don't think it's tied to the IRIS name. When I am logged into Studio as bspead I see the following:
[quote]
w ##class(%SYSTEM.Util).GetEnviron("USER")
root
w ##class(%SYS.ProcessQuery).GetOSUsername()
cacheusr
[/quote]
@Jeffrey Drumm - it is important to have this run from a process that is already running in the InterSystems IRIS instance (or something spun off from the SuperServer) so that it doesn't pick up your UNIX username if you enter via console. So being able to run an API like Tim's will work nicely as I can run it via the Output window from Studio:.png)
Perfect!! Exactly what I was looking for - thank you @Sarmishta Velury (and @Jean Millette and @Timothy Leavitt )
great way to do it within InterSystems IRIS - thanks Tim!
Note - more details on this topic can be found here: https://community.intersystems.com/post/git-shared-development-environm…
NOTE - to see the presentation launching this at the 2021 Global Summit, see this article: https://community.intersystems.com/post/video-git-gitlab-shared-develop…
Thank you @Craig Regester for the response. Looking up that file in the docs (https://docs.intersystems.com/iris20201/csp/docbook/DocBook.UI.Page.cls…
) it tells me that "For security reasons, the parameters.isc file is accessible only by the root user." I am pretty sure there is a way to tell what it is currently running as without needing that level of access. But it is good to know about this in the cases where root access is an option
Congratulations to everyone for a great 2021!!
Glad to see this contest and what comes out of it!!
excellent article - thank you so much @Robert Cemper !!
Is there a single development server which all developers connect to? If you are not able to have a fully isolated development environment for each developer then you will end up getting frustrated trying to use client-side source control.
You might want to consider the new server-side Git source control hooks which were recently launched:
https://community.intersystems.com/post/git-shared-development-environm…
This won't solve your issue of working while not on VPN, but it will allow multiple developers to work against the same instance without stepping on each others' toes.
I know this is an old thread, but we do have a solution available now for this scenario which will work with Studio, Atelier or VSCode. See https://community.intersystems.com/post/git-shared-development-environm…
@Matthew Giesmann - thank you for this write-up ... I hope it helps someone else avoid some head scratching!
@Don Martin - It looks like there a typo:
its "irishealth-ml-community", not "irishealth-community-ml"
Try
podman pull containers.intersystems.com/intersystems/irishealth-ml-community:2021.1.0.215.3
(credit to John Martin in ISC RelEng)
nice article, thank you for sharing.
Small note - Download is misspelled in the first step of your directions
Great article. thank you!!