Changes between Version 19 and Version 20 of shiny server
- Timestamp:
- May 3, 2019 4:24:41 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shiny server
v19 v20 76 76 }}} 77 77 78 Make your new package lib readable for Shiny Server 79 {{{#!sh 80 sudo chmod 777 /usr/lib/R/site-library 81 }}} 82 83 Install apache 84 {{{ 85 apt-get install apache2 86 87 }}} 88 78 89 Import the data and application to the server. Be sure to save all data in a data subfolder 79 90 … … 81 92 82 93 cd /srv/shiny-server 83 }} }94 }} 84 95 85 96 … … 110 121 * vi visual editor 111 122 * nano other editor 123 * ll list detailed (ls-al) 124 * ls list 125 * cd / 126 * eleve droits sudo mk 127 * droits superutilisateur sudo su 128 * search application apt-cache search keyword apt search apache 129 * install application 130 * Change permission for a folder and subfolder 131 * If you are going for a console command it would be: 132 * chmod -R 777 /www/store. The -R (or --recursive) options make it recursive. 133 * Or if you want to make all the files in the current directory have all permissions type: 134 * chmod -R 777 ./ 112 135 113 136 basin commands for vi