Changes between Version 19 and Version 20 of shiny server


Ignore:
Timestamp:
May 3, 2019 4:24:41 PM (6 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shiny server

    v19 v20  
    7676}}} 
    7777 
     78Make your new package lib readable for Shiny Server 
     79{{{#!sh 
     80sudo chmod 777 /usr/lib/R/site-library 
     81}}} 
     82 
     83Install apache 
     84{{{ 
     85apt-get install apache2 
     86 
     87}}} 
     88 
    7889Import the data and application to the server. Be sure to save all data in a data subfolder 
    7990 
     
    8192 
    8293cd /srv/shiny-server 
    83 }}} 
     94}} 
    8495 
    8596 
     
    110121 * vi visual editor 
    111122 * 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 ./ 
    112135 
    113136basin commands for vi