apex / up

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
https://up.docs.apex.sh
MIT License
8.78k stars 373 forks source link

apex/apex impossible to install? #822

Open arjitj2 opened 3 years ago

arjitj2 commented 3 years ago

Description

Hi, the archival of the apex/apex repo made it a breaking change rather than a gradual deprecation.

The install script curl https://raw.githubusercontent.com/apex/apex/master/install.sh | sh no longer works, because the .tar.gz files and the releases API page the script is trying to access are both broken.

Can the releases page be restored so projects can at least keep using the repo? The usage of the install script is necessary for us to use in our CI/CD pipeline.

Alternatively, could the latest version of the MacOS/Linux binary at least be made available in the repo's readme so we can download and host it ourselves? I see no way to access the latest binary from that repo's home page: https://github.com/apex/apex .

tj commented 3 years ago

As far as I know it's not possible to get the binaries back, but any binary could be built from source

hijklmno commented 2 years ago

PSA I have a working fork at https://github.com/hijklmno/apex, for those who are still stuck on the legacy version.