gem / oq-platform

DEPRECATED. Please refer to https://github.com/gem/oq-platform2
8 stars 3 forks source link

oq-engine and oq-hazardlib must be installed via pip by deploy.sh #615

Closed daniviga closed 7 years ago

daniviga commented 7 years ago

Since now we are not releasing packages for precise anymore we cannot relay on apt anymore.

We have to update the deploy.sh to use pip instead of apt:

sudo pip install https://github.com/gem/oq-hazardlib/archive/engine-2.1.zip
sudo pip install https://github.com/gem/oq-engine/archive/engine-2.1.zip
daniviga commented 7 years ago

Probably we'll need a tag stable pointing to the latest stable release in oq-[engine,hazardlib]

daniviga commented 7 years ago

Closed by #627