https://www.orchest.io/ logo
#announcements
Title
# announcements
m

Marcelo Felippe Guimarães

02/19/2021, 2:28 AM
Hello everyone! I'm trying to get started with this amazing project in a volunteer job, which I participate in. And I'd also like to congrats every contributor because the project is getting increadible! Well, I'm trying to install the Orchest in a Ubuntu 20.04 Amazon EC2. First, I cloned the repo and run
./orchest install
,
./orchest update
and
./orchest start
. But it always return this message for me:
Copy code
Before starting Orchest, make sure Orchest is installed. Run:
	orchest install
I repeated the cycle many times, installing it again but it always returns the same massage. However, when I run
./orchest version
it returns to me the version v0.8.0. I'd appreciate a lot if someone can help me with this. Below is the execution cycle in my terminal.
Copy code
ubuntu@ip-:~/orchest$ ./orchest start
Before starting Orchest, make sure Orchest is installed. Run:
	orchest install

ubuntu@ip-172-31-53-217:~/orchest$ ./orchest install
Some images have been pulled before. Don't forget to run:
	orchest update
after the installation is finished to ensure that all images are running
the same version of Orchest.
Installing Orchest...
Pulling images: 6/6|###################################################|

ubuntu@ip-:~/orchest$ ./orchest update
latest: Pulling from orchest/orchest-ctl
Digest: sha256:9c6a3beb21f4fbb6f244881ec6643bfd07306e18c86729b9ee4fe385f5cf0af3
Status: Image is up to date for orchest/orchest-ctl:latest
<http://docker.io/orchest/orchest-ctl:latest|docker.io/orchest/orchest-ctl:latest>
Updating...
From <https://github.com/orchest/orchest>
 * branch              HEAD       -> FETCH_HEAD
Already up to date.
HEAD is up to date.
From <https://github.com/orchest/orchest>
 * branch              HEAD       -> FETCH_HEAD
Pulling images: 8/8|###################################################|
Don't forget to restart Orchest for the changes to take effect:
	orchest restart

ubuntu@ip-:~/orchest$ ./orchest start
Before starting Orchest, make sure Orchest is installed. Run:
	orchest install

ubuntu@ip-:~/orchest$ ./orchest version
Orchest version: v0.8.0
r

Rick Lamers

02/19/2021, 8:18 AM
Hi Marcelo, great to hear you’re testing out Orchest. It looks like it might have failed to create the Docker network. Can you run
docker network ls
?
I've just tested a clean install on AWS on an EC2 with 20.04. We should be able to make it work, as it's working for me. What's the disk size of the instance you created?
🙌 1
m

Marcelo Felippe Guimarães

02/19/2021, 12:24 PM
It was the disk size. Now it's working! Very much thanks!!
💯 2
r

Rick Lamers

02/19/2021, 1:53 PM
Glad it's working 🙂