fnproject / fn

The container native, cloud agnostic serverless platform.
http://fnproject.io
Apache License 2.0
5.76k stars 405 forks source link

Document fn executable direct download and setup #973

Open shaunsmith opened 6 years ago

shaunsmith commented 6 years ago

Many developers installing Fn don't have root access and can't write to /usr/local/bin. On some platforms (e.g., DigitalOcean droplets) /usr/local is in a read-only file system and cannot be written to.

The Fn install script should be runnable by a non-root user and support the specification of the installation folder.

shaunsmith commented 6 years ago

Assigned to @treeder for triage. :)

treeder commented 6 years ago

Can we just tell people to download the bin in these cases?

https://github.com/fnproject/cli/releases

shaunsmith commented 6 years ago

Yes, that's seems reasonable. @michael-w-williams can we expand the instructions on the fn README.md and install tutorial to include manual download and install of the fn CLI? This would include:

The install script lays out the steps. :)

I'll rename this enhancement request.

michael-w-williams commented 6 years ago

This all sounds good. I'll should be able to work on it in next week.