Hi all. Following the instructions in the link here (https://marketplace.digitalocean.com/apps/rstudio), I created the droplet and added users according to the instructions on the page “Get started” of the droplet. But, when I tried to connect to the droplet via its IP address that I copied and pasted in a browser, it failed and I got the following message " Welcome to nginx! If you see this page, the nginx web server is successfully installed and working. Further configuration is required. " Thanks in advance for your help to solve this. Best
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya, @altessedac
You need to access the droplet and finish the Rstudio configuration. After this you can access Rstudio in your browser using the droplet IP and get to work.
You can check the same link in the marketplace and see the instructions there: https://marketplace.digitalocean.com/apps/rstudio
Regards
Heya,
You need to follow the ‘Getting Started’ instructions on the marketplace page for rstudio
Access to the shell from Digital Ocean Control Panel (i.e. see the details here) or by using ssh. Then type
adduser rstudio
(or any other user) and hit ‘enter’. You are free to set “rstudio” as password, but please set a safe password.Next go to https://marketplace.digitalocean.com/apps/rstudio and check the rest of the Instructions.