Estan un poco abandonados...
al tratar de loguearme en el server me detuvo con este mensajito:
:O
New release '14.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*** /dev/xvda1 will be checked for errors at next reboot ***
*** System restart required ***
Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-54-virtual x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Thu May 14 14:32:29 UTC 2015
System load: 0.93 Processes: 249
Usage of /home: 19.6% of 1023.50GB Users logged in: 1
Memory usage: 52% IP address for eth0: 10.252.95.77
Swap usage: 0%
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
Use Juju to deploy your cloud instances and workloads:
https://juju.ubuntu.com/#cloud-precise
116 packages can be updated.
95 updates are security updates.
New release '14.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*** /dev/xvda1 will be checked for errors at next reboot ***
*** System restart required ***
groups: cannot find name for group ID 1484
> install.packages('shinyapps')
Installing package into ‘/home/j3nnn1/R/x86_64-unknown-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Mensajes de aviso perdidos
package ‘shinyapps’ is not available (for R version 3.1.3)
ouh nou... es un paquete propio de rstudio y por eso no esta en los repositorios de CRAN.
Desde la consola de R... hacer esto:
Esta buenisimo el tutorial: lo mejor es instalarlo desde el repositorio de github:
al tratar de loguearme en el server me detuvo con este mensajito:
:O
New release '14.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*** /dev/xvda1 will be checked for errors at next reboot ***
*** System restart required ***
Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-54-virtual x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Thu May 14 14:32:29 UTC 2015
System load: 0.93 Processes: 249
Usage of /home: 19.6% of 1023.50GB Users logged in: 1
Memory usage: 52% IP address for eth0: 10.252.95.77
Swap usage: 0%
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
Use Juju to deploy your cloud instances and workloads:
https://juju.ubuntu.com/#cloud-precise
116 packages can be updated.
95 updates are security updates.
New release '14.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*** /dev/xvda1 will be checked for errors at next reboot ***
*** System restart required ***
groups: cannot find name for group ID 1484
y Bueno el codigo lo tenia en github ( j3nnn1.github.io) así que fue ese el que implemente en la aplicación shiny:
> install.packages('shinyapps')
Installing package into ‘/home/j3nnn1/R/x86_64-unknown-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Mensajes de aviso perdidos
package ‘shinyapps’ is not available (for R version 3.1.3)
ouh nou... es un paquete propio de rstudio y por eso no esta en los repositorios de CRAN.
Desde la consola de R... hacer esto:
Esta buenisimo el tutorial: lo mejor es instalarlo desde el repositorio de github:
install.packages('devtools')
devtools::install_github('rstudio/shinyapps')
shinyapps::setAccountInfo(name='j3nnn1', token='80AF9kk1C50EB9014D3F92A74235B371', secret='')
library(shinyapps)
shinyapps::deployApp('~/git/homework/tp_vi/eph_ar')
shinyapps::deployApp('~/git/homework/tp_vi/eph_ar')
Preparing to deploy application...Update application currently deployed at
https://j3nnn1.shinyapps.io/eph_ar? [Y/n] Y
DONE
Uploading application bundle...DONE
Deploying application: 42672...
Waiting for task: 33658257
building: Parsing manifest
building: Fetching packages
building: Installing packages
building: Installing files
building: Pushing image: 182367
deploying: Starting instances
terminating: Stopping old instances
Application successfully deployed to https://j3nnn1.shinyapps.io/eph_ar
Y eso es todo! :D genial pense que sería más difícil :D
bueno queda otra tarea pendiente:
migrar todo el css y html, como esta hecho con bootstrap 2 y cuando recién instalas shinny usan bootstrap 3 se ve muy rara la aplicación.
:-/
No comments:
Post a Comment