Zhong-Lab-UCSD / Genomic-Interactive-Visualization-Engine

Genomic Interactive Visualization Engine
https://www.givengine.org/
Apache License 2.0
145 stars 31 forks source link

Local installation of GIVE #79

Open aguffanti opened 6 years ago

aguffanti commented 6 years ago

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 |  

caoxiaoyi03 commented 6 years ago

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.

aguffanti commented 6 years ago

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 notifications@github.com 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

caoxiaoyi03 commented 6 years ago

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 /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.