-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BioInstaller - issue with loading the app in the web server #17
Comments
You can try to set the parameter host=’18.223.3.233’. Because the function default is only to listen the 127.0.0.1 hostname.
We also recommend you to launch the Shiny application using the https://github.com/openbiox/bioshiny <https://github.com/openbiox/bioshiny> package:
wget https://raw.githubusercontent.com/openbiox/bioshiny/master/bin/bioshiny_deps_r
wget https://raw.githubusercontent.com/openbiox/bioshiny/master/bin/bioshiny_start
chmod a+x bioshiny_deps_r
chmod a+x bioshiny_start
./bioshiny_deps_r
./bioshiny_start
… On Jan 2, 2020, at 21:35, anupullanhi ***@***.***> wrote:
Hello,
We were trying to load the app in the web server after the installation of shiny and BioInstaller. We are getting the URL path for loading the page on web server, but it is not getting loaded. Please find the attachment of the error we are facing.
<https://user-images.githubusercontent.com/54523452/71669446-b007d580-2d92-11ea-8e29-354e9a4358c5.png>
<https://user-images.githubusercontent.com/54523452/71669458-bac26a80-2d92-11ea-8516-1b9773d98754.png>
Any help regarding this is appreciated.
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#17?email_source=notifications&email_token=AELGLVSJGZVEGYCVLWSCDA3Q3XUSPA5CNFSM4KCCK5WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IDVUYPA>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AELGLVSY43FGVYDD62N365LQ3XUSPANCNFSM4KCCK5WA>.
|
We tried the above given commands and came across below given errors.
When we ran Is there any configuration file need to be changed? Any help regarding this issue is appreciated! Thank you! |
You need to include the conda in PATH to avoid the 'not found error', and it has no impact on other function of bioshiny.
The second, please confirm the host ip of server-end or just use the 0.0.0.0 to listen all. Moreover, you also need to check the status of firewall or security group of your server.
… On Jan 3, 2020, at 13:50, anupullanhi ***@***.***> wrote:
We tried the above given commands and came across below given errors.
chmod a+x bioshiny_deps_r
chmod a+x bioshiny_start
./bioshiny_deps_r
./bioshiny_start
<https://user-images.githubusercontent.com/54523452/71708987-a4f88800-2e1a-11ea-942d-0a1668ec1c3b.png>
When we ran
BioInstaller::web(auto_create = TRUE, host="18.219.250.45")
<https://user-images.githubusercontent.com/54523452/71708893-2c91c700-2e1a-11ea-8ff0-f371961ed9bb.png>
Is there any configuration file need to be changed?
Any help regarding this issue is appreciated!
Thank you!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#17?email_source=notifications&email_token=AELGLVX6ZB427BZ2ELFEFOLQ33G33A5CNFSM4KCCK5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIALDOQ#issuecomment-570470842>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AELGLVVCL5CPEWVTTBK75I3Q33G33ANCNFSM4KCCK5WA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We were trying to load the app in the web server after the installation of shiny and BioInstaller. We are getting the URL path for loading the page on web server, but it is not getting loaded. Please find the attachment of the error we are facing.
Any help regarding this is appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: