Genomic-Interactive-Visualization-Engine icon indicating copy to clipboard operation
Genomic-Interactive-Visualization-Engine copied to clipboard

Local installation of GIVE

Open aguffanti opened this issue 6 years ago • 3 comments

Dear all: I followed the tutorial on local installation of GIVE (the installation of docker failed on my CentOS server). However I am left with a directory full of subdirs, html and scripts..is there something missing to properly start the browser ?

Many Thanks,

Alessandro


  Name Last modified Size Description

  | OLD.index.html | 2017-09-13 13:53 | 51 |     | _config.yml | 2018-09-10 17:40 | 26 |     | bower.json | 2018-09-10 17:30 | 2.8K |     | bower_components/ | 2018-09-10 16:58 | - |     | components/ | 2018-09-10 16:59 | - |     | data-hub.html | 2018-09-10 17:30 | 4.8K |     | demo/ | 2018-09-10 17:31 | - |     | encode-index.html | 2018-09-10 17:31 | 1.6K |     | favicon.ico | 2018-09-10 17:31 | 32K |     | genemo-assets/ | 2018-09-10 17:31 | - |     | genemo-index.html | 2018-09-10 17:31 | 6.3K |     | getDemoUser.html | 2018-09-10 17:31 | 1.4K |     | giv-index.html | 2018-09-10 17:31 | 1.5K |     | givdata/ | 2018-09-10 16:41 | - |     | js/ | 2018-09-10 17:32 | - |     | langTable.json | 2018-09-10 17:32 | 2.7K |     | language plan.txt | 2018-09-10 17:32 | 287 |     | margi-index.html | 2018-09-10 17:32 | 1.6K |     | mcf7-index.html | 2018-09-10 17:32 | 1.8K |     | sample/ | 2018-09-10 17:32 | - |     | singlecell.html | 2018-09-10 17:32 | 4.8K |     | test-index.html | 2018-09-10 17:32 | 3.9K |  

aguffanti avatar Sep 10 '18 16:09 aguffanti

Could you please be more specific about how you installed GIVE locally?

If your local GIVE installation is under your web server path (assume you have MySQL and a web server like Apache or nginx installed, with PHP support), then you might want to visit one of the *-index.html files (for example, giv-index.html) on the path to see if the browser works.

caoxiaoyi03 avatar Sep 10 '18 22:09 caoxiaoyi03

Thanks - I followed entirely your instructions.

Only the GENEMO Search works; the other *html result in blank pages. I don't see a specific error in the error log

Keep in touch,

Alessandro

On 11/09/2018, Xiaoyi Cao [email protected] wrote:

Could you please be more specific about how you installed GIVE locally?

If your local GIVE installation is under your web server path (assume you have MySQL and a web server like Apache or nginx installed, with PHP support), then you might want to visit one of the *-index.html files (for example, giv-index.html) on the path to see if the browser works.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/issues/79#issuecomment-420085373

aguffanti avatar Sep 11 '18 10:09 aguffanti

Have you changed the settings under <your web components path>/html/components/basic-func/constants.js? You may change the settings following this paragraph in 2.2 Custom Installation of GIVE

After installation, please make a copy of <web_components_path>/basic-func/constants-template.js to indicate the server-side components' location:

give.Host = '<give_host>'
give.ServerPath = '<give_server_path>'

Rename your copy to constants.js under the name path to apply the settings.

caoxiaoyi03 avatar Sep 14 '18 20:09 caoxiaoyi03