R shiny app for the Accent holiday scheduling case
- First run setup.sh on a newly created EC2 instance in order to obtain necessary packages:
./setup.sh
- Copy this folder into shiny server folder:
sudo mv accent_shiny/ /var/shiny-server/www
- Start the shiny server: `sudo shiny-server``