-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it work without command line access #864
Comments
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. |
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.
The text was updated successfully, but these errors were encountered: