Rappsilber-Laboratory / xiSPEC_website

http://www.spectrumviewer.org
Apache License 2.0
3 stars 1 forks source link

How to deploy #25

Closed prvst closed 5 years ago

prvst commented 6 years ago

Hi; Could it be possible to provide an explanation or tutorial on how to deploy the project, is the back-end necessary ?

lars-kolbowski commented 6 years ago

If you want to set up a local copy of the xiSPEC website including parsing input files you'll need the back-end. If you're planning to integrate the spectrum visualization part into another system the back-end is not necessary.

Instructions for both of these things are on my Todo list. If you'll let me know what you want to do I can prioritize that.

Chad22000 commented 6 years ago

Hi, i'm here for the same reason. I'd like to set up a local copy of the xiSPEC website including the parsing input files. But got some issues with it. If you could help me about it.

lars-kolbowski commented 6 years ago

There are now installation instructions in the README.md files of the front-end and back-end repository https://github.com/Rappsilber-Laboratory/xiSPEC/blob/master/README.md https://github.com/Rappsilber-Laboratory/xiSPEC_ms_parser/blob/master/README.md Let me know if you'll run into any problems!

prvst commented 6 years ago

Thanks

On Tue, May 15, 2018 at 12:15 PM lars-kolbowski notifications@github.com wrote:

There are now installation instructions in the README.md files of the front-end and back-end repository https://github.com/Rappsilber-Laboratory/xiSPEC/blob/master/README.md

https://github.com/Rappsilber-Laboratory/xiSPEC_ms_parser/blob/master/README.md Let me know if you'll run into any problems!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Rappsilber-Laboratory/xiSPEC/issues/25#issuecomment-389225566, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYo-Tl2ElQSzLi2lnbydZH3eO5xCtM2ks5tyv8PgaJpZM4T6Xex .

-- Felipe da Veiga Leprevost, Ph.D. www.leprevost.com.br Proteome Bioinformatics Lab University of Michigan

Chad22000 commented 6 years ago

Thank you.

colin-combe commented 6 years ago

i think there's a dependency on the php-sqlite extension we should document somewhere, and let people know they need to enable it by uncommenting: extension=php_pdo_sqlite.dll extension=php_sqlite.dll in php.ini