-
Notifications
You must be signed in to change notification settings - Fork 158
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
request for more detailed requirements/installation instructions #5
Comments
First of all, (i didn't make the proxy), you don't need Symfony, but you NEED cURL. Symfony is used to make an instalation faster. Running the proxy on a Raspberry Pi B+ didn't need it, I installed it after reading the manual that I didn't lol. You just need FTP access to the server and paste the zip. that should be it |
Well like I said in the original message, I know you need at least PHP Are you absolutely sure that you don't need Symfony installed? Because use Symfony\Component\HttpFoundation\Request; Hoping that the author can weigh in as well? Bennett On 2/5/2015 11:10 AM, TheMetaPirate wrote:
|
What can I say, you don't lose anything by trying. Symfony is an easier way to install the phpproxy, so I think you don't need it |
Symfony is already included in /vendor/symfony if you're downloading a pre-installed version from php-proxy.com. If you're installing this through composer then symfony will be installed automatically. As far documentation, I'll be adding a lot more to this project once I'm done with my other stuff. |
Thanks. While I'll wait a while for the full documentation, can you tell me if there are any other system requirements that you know of off the top of your head, other than PHP 5.3 or greater? Do I also need CentOS 6? At least, can you tell me what type of system you're running it on -- e.g. CentOS 6 with PHP 5.3? (So even if you don't know what's strictly required (which can actually be hard to figure out), at least you can give me the specs for at least one system where you know it works :) ) |
Operating system has nothing to do with this. If you're able to install whatever PHP version this project requires on your OS, then it will work no matter what. PHP 5.3 is probably enough as both symfony components require just that: https://github.com/symfony/HttpFoundation/blob/2.6/composer.json unblockvideos.com site runs php-proxy with PHP 5.3.3-7. |
Is it easy to list the prerequisites and requirements that are necessary before you can install PHP-Proxy just by a plain upload of all of the PHP files? (And maybe add this to the Readme in a future release.)
I have a host with CentOS 5.8 which comes with PHP 5.1.6 pre-installed. I assume PHP-Proxy requires at least PHP 5.3 because of the "use" lines? But actually if PHP-Proxy uses Symfony, then according to this page:
http://symfony.com/doc/current/book/installation.html
Symfony requires PHP 5.4 or higher, so I need PHP 5.4?
And do I need to install Symfony as well? The page at
http://symfony.com/doc/current/book/installation.html
actually gives instructions for "installing the Symfony installer", but I assume that's not all that's necessary in order for lines like
use Symfony\Component\HttpFoundation\Request;
to work correctly. What else would I have to do to my system in order to add the support that PHP-Proxy needs?
Have you installed it on CentOS 5.x at all? Would it be easier just to get a CentOS 6 box?
The text was updated successfully, but these errors were encountered: