Hi,
I am trying to install Cryosparc on the linux box following the instruction as stated in tutorial. It stop at following step. It seems to me the firewall issue, but would like to confirm with the expert before I contact the IT department at home institution.
cd /home/cryoem/cryosparc_anamika
[cryoem@dhcp240247 cryosparc_anamika]$ export LICENSE_ID="XXXXXXX"
[cryoem@dhcp240247 cryosparc_anamika]$
[cryoem@dhcp240247 cryosparc_anamika]$ curl -L https://get.cryosparc.com/download/master-latest/$LICENSE_ID > cryosparc2_master.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
100 555M 100 555M 0 0 36.4M 0 0:00:15 0:00:15 --:--:-- 49.3M
[cryoem@dhcp240247 cryosparc_anamika]$ curl -L https://get.cryosparc.com/download/worker-latest/$LICENSE_ID > cryosparc2_worker.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 624M 100 624M 0 0 36.4M 0 0:00:17 0:00:17 --:--:-- 34.7M
[cryoem@dhcp240247 cryosparc_anamika]$
[cryoem@dhcp240247 cryosparc_anamika]$ tar -xf cryosparc2_master.tar.gz
[cryoem@dhcp240247 cryosparc_anamika]$ tar -xf cryosparc2_worker.tar.gz
[cryoem@dhcp240247 cryosparc_anamika]$
[cryoem@dhcp240247 cryosparc_anamika]$ cd cryosparc2_master
[cryoem@dhcp240247 cryosparc2_master]$
[cryoem@dhcp240247 cryosparc2_master]$ ./install.sh --standalone \\
Unknown option: \
[cryoem@dhcp240247 cryosparc2_master]$ --license $LICENSE_ID \\
bash: --license: command not found...
[cryoem@dhcp240247 cryosparc2_master]$ --worker_path /home/cryoem/cryosparc_anamika/cryosparc_worker \\
bash: --worker_path: command not found...
[cryoem@dhcp240247 cryosparc2_master]$ --cudapath /usr/local/cuda \\
bash: --cudapath: command not found...
[cryoem@dhcp240247 cryosparc2_master]$ --ssdpath /home/cryoem/cryosparc_anamika/cryosparc_cache \\
bash: --ssdpath: command not found...
[cryoem@dhcp240247 cryosparc2_master]$ --initial_email "XXXX" \\
bash: --initial_email: command not found...
[cryoem@dhcp240247 cryosparc2_master]$ --initial_password XXXX \\
bash: --initial_password: command not found...
[cryoem@dhcp240247 cryosparc2_master]$ --initial_name "XXXX" \\
bash: --initial_name: command not found...
[cryoem@dhcp240247 cryosparc2_master]$
[cryoem@dhcp240247 cryosparc2_master]$ source ~/.bashrc