-
Chrome
-
git (via XCode)
-
VS Code
-
conda (Anaconda) I think from https://www.anaconda.com/products/individual#Downloads
-
gpg: https://gpgtools.org/ - exported private key etc https://makandracards.com/makandra-orga/37763-gpg-extract-private-key-and-import-on-different-machine
-
Slack
-
Node/npm 16.14.0 https://nodejs.org/en/download/
-
grunt (sudo npm install -g grunt-cli) # for omero-figure install
-
Copied over .ssh/ keys from previous laptop
-
Docker - still not got OMERO.server running yet...
-
homebrew install failed: Homebrew/discussions#3107
-
ant (for iviewer) https://mkyong.com/ant/how-to-apache-ant-on-mac-os-x/
-
copy .ssh/config/ from previous laptop and clone openmicroscopy/management_tools to include .ssh/config
-
PostGresQL https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
-
Added /bin to .bash_profile
-
$ omero db script --password omero -f - > omero_psql.txt -
$ createuser -W -D -R -S -U postgres omero -
$ createdb -E UTF8 -U postgres -O omero omero -
$ psql omero -U postgres < omero_psql.txt
$ omero admin start ...
FileNotFoundError: [Errno 2] No such file or directory: 'icegridnode'