Self-hosting Requal (Requal server installation) #148
Replies: 1 comment
-
My installation of Requal on Ubuntu Server 24.04 (running as a virtual machine on my laptop)Server requirements:
Switch the user to shiny
2. Install additional linux packages
3. Install PostgreSQL (https://documentation.ubuntu.com/server/how-to/databases/install-postgresql/)
In postgres, create a shiny user and a requal database
In the database prompt
4. Install R (https://cloud.r-project.org/)
5. Create a directory /srv/shiny-server/ and make it the home directory of the user shiny
6. Install RStudio Server
7. Install the Shiny server
8. Create a requal project in RStudio server 9. Install Requal Then enter following commands
10. Create app.R and init.R files in the project
Click on Source to run the script.
Save the file and type in the terminal If Requal starts up fine, type in the terminal |
Beta Was this translation helpful? Give feedback.
-
Tips for self-hosted Requal server installation.
Beta Was this translation helpful? Give feedback.
All reactions