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.
Asked
Active
Viewed 700 times
1 Answers
0
Yes, you can easily install into Jelastic your protected script. All you need is to follow the next steps:
- Create environment from PHP templates with Apache 2.4 on PHP 5.4
- Open in browser Apache start page with phpinfo() function.
- Copy address link of this page.
- Open SourceGuardian Loaders page and paste link in the following field.
- Push "Detect" button.
- After that, you will receive the instruction How to install the SourceGuardian Loader.
- Download and extract the required loader "ixed.5.4.lin" by the placed link.
- Open Config of the Apache node in the Jelastic dashboard and upload extracted "ixed.5.4.lin" file in "/modules" directory.
- Open "/etc/php.ini" config file and add the following line
extension=ixed.5.4.lin
in Dynamic Extensions part. Save config file. - 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.

Virtuozzo
- 1,993
- 1
- 10
- 13