panique / huge

Simple user-authentication solution, embedded into a small framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it work without command line access

catgirlinspace opened this issue · 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.

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).

@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.

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/).

@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.