Script protected with SourceGuardian on Jelastic Cloud

902 views Asked by At

can I install the script, protected using "SourceGuardian" into Jelastic Cloud? I tried to install "SourceGuardian Loaders", did not happen. Can not find any guide in this case. Thank you in advance.

1

There are 1 answers

0
Virtuozzo On

Yes, you can easily install into Jelastic your protected script. All you need is to follow the next steps:

  1. Create environment from PHP templates with Apache 2.4 on PHP 5.4
  2. Open in browser Apache start page with phpinfo() function.
  3. Copy address link of this page.
  4. Open SourceGuardian Loaders page and paste link in the following field.
  5. Push "Detect" button. enter image description here
  6. After that, you will receive the instruction How to install the SourceGuardian Loader. enter image description here
  7. Download and extract the required loader "ixed.5.4.lin" by the placed link.
  8. Open Config of the Apache node in the Jelastic dashboard and upload extracted "ixed.5.4.lin" file in "/modules" directory.
  9. Open "/etc/php.ini" config file and add the following line extension=ixed.5.4.lin in Dynamic Extensions part. Save config file. enter image description here
  10. Restart Apache node.

Profit, You can check the result at Apache start page (which include phpinfo() function) and at the SourceGuardian page.

Please, feel free to contact us if you need any further assistance. Jelastic Support.