Restler RC3 Install

Is there a way to "copy and paste" RC3 to my host without having to run "make composer-install"? Unfortunately, my host is lousy and does not allow this.

Restler 2 was as easy to install as pasting files into a directory and making a few configuration changes. It seems that this is not so. I like Restler 2, but you need the functionality offered in RC3.

Any insight is greatly appreciated!

+7
source share
2 answers

With Restler3, yes! you can do this and it still works great for JSON and XML format. make composer-install required only for Plist, Yaml, and AMF formats, since they depend on some third-party libraries (which you can automatically update independently of Restler 3 using the composer) also installs the latest version > Restler API .

If you need these formats and / or the Explorer API, you can download the restyler to your computer and run make composer-install locally (it does not need a web server), and then download the resulting folders to your server

+3
source

Install the system on a local host or on a virtual host, and then transfer all the files to your host :)

0
source

All Articles