No description
Find a file
ljf (zamentur) 9e7449708a
Merge pull request #2 from YunoHost-Apps/fix-upstream-license
[fix] The license info is false
2019-08-07 17:36:05 +02:00
conf made multi-instance,removed path argument,updated readme,updated checkpath 2017-08-02 19:04:01 +05:30
scripts updated install mail 2017-08-02 19:23:26 +05:30
check_process made multi-instance,removed path argument,updated readme,updated checkpath 2017-08-02 19:04:01 +05:30
LICENSE First commit 2017-07-27 10:16:41 +05:30
manifest.json [fix] The license info is false 2019-03-06 12:11:54 +01:00
README.md [enh] Add info about license 2019-03-06 12:13:58 +01:00

Open Real Estate app for YunoHost

Install ORE with YunoHost
website:https://open-real-estate.info/
Version: 1.20.1
Demo: http://re-pro.monoray.net/en

Currently ORE can only be installed on root path. Eg. ore.domain.tld or domain.tld

License

The upstream is non-free, see here for more details : https://open-real-estate.info/en/license

Postinstallation

You will have to do postinstallation manually.

Add /index.php?r=install/main/index in front of your domain and and enter the database setting received through email.
After this you need to set 'read-only' 644 right for the file protected/config/db.php with this command:

chmod 644 /var/www/opr/protected/config/db.php

To-Do's

  • Make upgrade script better so that sources get updated.
  • Installtion on sub paths.
  • Use curl for installation.
  • Redirection to /index.php?r=install/main/index for postinstallation(if curl is used for the installation then this will not be needed)