Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I recall Digital Ocean lets you whip up a 1-click VM instance with OwnCloud all setup and ready to go.

As an alternative, you can just:

# curl -O http://vestacp.com/vst-install.sh # bash vst-install.sh

which would setup the entire LEMP stack for you (along with a full-featured, minimalist hosting admin panel) and then you can install any of the available file sharing tools.



Except it doesn't work...

  # bash vst-install.sh
  vst-install.sh: line 1: syntax error near unexpected token `newline'
  vst-install.sh: line 1: `<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'


Try this:

# curl -O http://vestacp.com/pub/vst-install.sh

# bash vst-install.sh


That's because link is dead.


The URL for vst-install.sh should be: https://vestacp.com/pub/vst-install.sh


My bad - I was typing from memory (that I thought was accurate ;-)). Thanks for catching/correcting.


Been looking at cloning the project to make the installer less dependent on vestacp.com's assets, so I only happened to know :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: