i am here again , so i am now try to understand some stuff in OMERO because my users need some changes or additional things to be done tin OMERO
first question do i can re-using omero commands in my code in scripts etc...
as a small example for test things i wrote a bach script( just 1 line )
to check if i can reuse Omero commands but it did not work
- Code: Select all
#!/bin/bash
su - omero /home/omero/OMERO.server/bin/omero login;
i got something like this
- Code: Select all
$'\n\n:author: Josh Moore <josh@glencoesoftware.com>\n\nPython driver for OMERO\nCopyright (c) 2007, Glencoe Software, Inc.\nSee LICENSE for details.\n\n': command not found
- in which level OMERO command in Background works ( python or java or ice) ?
- where can i find the the source of omero command ?
- if there are some links which i can have more info about deep technical things in Omero
- web apps like Omero figure doest use models to speak with DB because models files is empty,
he use omero server as broker or how ?
i am little confused how to start, but what i know that i want to do everything throw web apps, because you will drop omero.insight in future
i already read about Django, how u used and how it works it is pretty cool, but i need now some more info
thx a lot and be patient with me pls
Regards, Saleh