All Projects → cozy → cozy-debian

cozy / cozy-debian

Licence: other
Cozy Debian package

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to cozy-debian

install script
YunoHost installation scripts
Stars: ✭ 71 (+446.15%)
Mutual labels:  debian
wp-in-a-box
WordPress in a (LEMP) box (Debian & Ubuntu)!
Stars: ✭ 53 (+307.69%)
Mutual labels:  debian
LinuxMirrors
Linux 一键更换国内软件源
Stars: ✭ 623 (+4692.31%)
Mutual labels:  debian
sarbian
We’ve built a plug’n play Operation System (based on Debian Linux) with all the freely and openly available SAR processing software. No knowledge of installation steps needed, just download and get started with SAR data processing. SARbian is free for use in research, education or operational work.
Stars: ✭ 49 (+276.92%)
Mutual labels:  debian
wakemeops
A Debian repository for portable applications
Stars: ✭ 54 (+315.38%)
Mutual labels:  debian
pi-safe
Create your own custom image files
Stars: ✭ 96 (+638.46%)
Mutual labels:  debian
debian-setup
neurite.github.io/debian-setup
Stars: ✭ 27 (+107.69%)
Mutual labels:  debian
docker-dolibarr
🐳 🐘 Docker image for Dolibarr.
Stars: ✭ 58 (+346.15%)
Mutual labels:  debian
my blog
在 Issues 中建立的个人博客
Stars: ✭ 28 (+115.38%)
Mutual labels:  debian
anon-hotspot
On demand Debian Linux (Tor) Hotspot setup tool
Stars: ✭ 34 (+161.54%)
Mutual labels:  debian
debian900
DebiaN900 - A set of scripts to facilitate the installation of Devuan or Debian GNU/Linux on the Nokia N900
Stars: ✭ 35 (+169.23%)
Mutual labels:  debian
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+6130.77%)
Mutual labels:  debian
grml-debootstrap
wrapper around debootstrap
Stars: ✭ 53 (+307.69%)
Mutual labels:  debian
dots
Use chezmoi to install my dotfiles easily on Gentoo, Arch, Void and Debian.
Stars: ✭ 70 (+438.46%)
Mutual labels:  debian
Linux-Active-Directory-join-script
Active directory Join script for Ubuntu, Debian, CentOS, Linux Mint, Fedora, Kali, Elementary OS and Raspbian with built in failchcheck and debugmode for Ubuntu. "The most advanced and updated AD join script on GITHUB for Linux"
Stars: ✭ 97 (+646.15%)
Mutual labels:  debian
debian-packaging
Create Debian packages of non-free, closed-source and other software.
Stars: ✭ 19 (+46.15%)
Mutual labels:  debian
realtek-r8125-dkms
A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.
Stars: ✭ 142 (+992.31%)
Mutual labels:  debian
ansible-pyenv
Ansible role to install pyenv on Ubuntu or macOS development machines
Stars: ✭ 46 (+253.85%)
Mutual labels:  debian
piu
Cross platform package manager wrapper
Stars: ✭ 33 (+153.85%)
Mutual labels:  debian
awesome-sysadmin-tools
Collection of links and resources for sysadmins and Drupal lovers
Stars: ✭ 17 (+30.77%)
Mutual labels:  debian

Cozy Debian

Deprecation warning

⚠️ This files allow to build the Debian packages for the old, now deprecated, Node.js based, Cozy V2.

For the brand new, Go based, Cozy V3, please use https://github.com/cozy/debian-cozy

Introduction

It is the repository of the Debian files requires to build the Debian package of Cozy. This package is available on Debian repository of Cozy: debian.cozycloud.cc

Usage

You need Debian 8 Jessie (stable) in order to proceed to theses steps.

root@debian-8:~# lsb_release -c
Codename:     jessie

If lsb_release is not installed, you are probably on a too old version of Debian. You can see which version like this:

root@debian-8:~# cat /etc/debian_version
8.1

Install Instructions

Make sure that ca-certificates and apt-transport-https are properly installed

apt-get install ca-certificates apt-transport-https

Import the repository public key

wget -O - https://debian.cozycloud.cc/cozy.gpg.key 2>/dev/null | apt-key add -

Optionally check that the imported key is valid

apt-key --keyring /etc/apt/trusted.gpg finger

You should read:

pub   2048R/2765B235 2014-11-17 [expires: 2016-11-17]
      Key fingerprint = E28C F8B2 ABBF E285 743B  27F1 BCB2 ED5D 2765 B235
uid                  Cozy Debian Packaging <[email protected]>
sub   2048R/D58A9D35 2014-11-17 [expires: 2016-11-17]

Add the Cozy repository to your software sources

echo 'deb [arch=amd64] https://debian.cozycloud.cc/debian jessie main' \
> /etc/apt/sources.list.d/cozy.list

Install Cozy

apt-get update
apt-get install cozy

Start Nginx service

service nginx start

Register your Cozy account and enjoy!

https://your-cozy-IP/

What is Cozy?

Cozy Logo

Cozy is a platform that brings all your web services in the same private space. With it, your web apps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one profiles you.

Community

You can reach the Cozy Community by:

  • Chatting with us on IRC #cozycloud on irc.freenode.net
  • Posting on our Forum
  • Posting issues on the Github repos
  • Mentioning us on Twitter
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].