2024-11-19 13:49:39 +01:00
|
|
|
|
|
|
|
:PROPERTIES:
|
|
|
|
:ID: dfa4135c-d5de-4771-9dd1-053300c174a6
|
|
|
|
:END:
|
|
|
|
|
|
|
|
#+title: installer-cozy-cloud-sur-son-serveur-ubuntu-14-04
|
|
|
|
#+post_ID: 215
|
|
|
|
#+post_slug: installer-cozy-cloud-sur-son-serveur-ubuntu-14-04
|
|
|
|
#+post_url: https://www.ciperbliss.com/2015/installer-cozy-cloud-sur-son-serveur-ubuntu-14-04
|
|
|
|
#+post_title: installer cozy cloud sur son serveur ubuntu 14.04
|
2024-11-19 23:50:42 +01:00
|
|
|
#+post_tags:
|
2024-11-19 13:49:39 +01:00
|
|
|
#+post_type: post
|
|
|
|
#+post_mime_types:
|
|
|
|
#+post_guid: undefined
|
|
|
|
#+post_status: publish
|
|
|
|
#+post_date_published: <2015-06-26T21:05:50>
|
|
|
|
#+post_date_modified: <2015-11-16T12:06:25>
|
|
|
|
#+post_index_page_roam_id: fa7f2a8c-2b94-4e42-bb4c-25c026ed7ff9
|
|
|
|
#+retrieved_from_db_at: <2024-11-18 16:25:08>
|
|
|
|
|
|
|
|
|
|
|
|
* installer cozy cloud sur son serveur ubuntu 14.04
|
|
|
|
:PROPERTIES:
|
|
|
|
:CUSTOM_ID: installer-cozy-cloud-sur-son-serveur-ubuntu-14.04
|
|
|
|
:END:
|
|
|
|
|
|
|
|
un cloud perso facile à étendre avec des plugins/modules en
|
|
|
|
javascript?C'est possible avec Cozy Cloud, découvert
|
|
|
|
lors de l'ubuntu party de paris (enfin, grâce au site qui diffuse les
|
|
|
|
médias enregistrés, plein de chouettes conférences)
|
|
|
|
|
|
|
|
|
|
|
|
voici la version rapide du script d'install à exécuter en tant que root
|
|
|
|
sur votre serveur ubuntu 14.04, en bash:
|
|
|
|
|
|
|
|
|
|
|
|
#+begin_src brush:bash
|
|
|
|
apt-get install ca-certificates apt-transport-httpswget -O - https://ubuntu.cozycloud.cc/cozy.gpg.key 2>/dev/null | apt-key add -
|
|
|
|
echo 'deb https://ubuntu.cozycloud.cc/debian trusty main' \ > /etc/apt/sources.list.d/cozy.list
|
|
|
|
apt-get update && apt-get install couchdb cozy
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
|