huge icon indicating copy to clipboard operation
huge copied to clipboard

Make it work without command line access

Open catgirlinspace opened this issue 6 years ago • 4 comments

Please make this work without command line. I want to use this for a project being hosted on a webhost, so I don't have command line access.

catgirlinspace avatar Aug 09 '17 13:08 catgirlinspace

A webhost but no access to command line? Maybe you want to take another webhoster. I'm using HUGE at uberspace.de. A lot of other webhoster give you command line access, too. Of course you have to install HUGE on your own without using the install script (because of missing root access).

sr-verde avatar Aug 09 '17 13:08 sr-verde

@Dog2puppy what you need is a vps or dedicated server not web hosting they do not allow root access.

See suggestions below:

These are really good and cheap.

  • https://www.digitalocean.com/
  • https://www.vultr.com/

ghost avatar Aug 09 '17 19:08 ghost

You do not need root access for a PHP-application like HUGE. The only thing you need is Apache, MySQL, PHP and composer. It’s not necessary to have root access to install composer. I wrote a little tutorial how to install HUGE at uberspace, a shared webhoster (German only: https://theus.name/2017/02/06/login-system-mit-php/).

sr-verde avatar Aug 10 '17 08:08 sr-verde

@Dog2puppy, what i did is to get all necessary files locally with composer and upload it to my web hosting, because mine doesn't give command line access also and it works, so do try that.

draigar avatar Sep 02 '17 20:09 draigar