{"id":927,"date":"2018-11-09T14:11:31","date_gmt":"2018-11-09T20:11:31","guid":{"rendered":"https:\/\/www.linuxcloudvps.com\/blog\/?p=927"},"modified":"2019-10-05T06:02:45","modified_gmt":"2019-10-05T11:02:45","slug":"how-to-install-seafile-on-debian-9","status":"publish","type":"post","link":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/","title":{"rendered":"How to Install Seafile on Debian 9"},"content":{"rendered":"<p>Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile devices using the Seafile client. Using Seafile you can also create groups with file syncing and start discussions with your team to enable easy collaboration.<\/p>\n<p><!--more--><\/p>\n<p>In this tutorial, we will show you how to install Seafile on a\u00a0<a title=\"Debian VPS\" href=\"https:\/\/www.linuxcloudvps.com\/debian-cloud-vps.html\" target=\"_blank\" rel=\"noopener noreferrer\">Debian 9 Linux virtual server<\/a> with MySQL.<\/p>\n<h2>Install dependencies<\/h2>\n<p>Log in to your Debian 9 VPS via SSH as user root and make sure that all packages are up-to-date.<\/p>\n<pre>ssh root@Server_IP_Address -p Port_Number<\/pre>\n<pre>apt-get update\r\napt-get upgrade<\/pre>\n<p>Install the following dependencies needed by Seafile:<\/p>\n<pre>apt-get install python2.7 libpython2.7 python-setuptools python-imaging python-ldap python-urllib3 ffmpeg python-pip python-mysqldb python-memcache python-requests\r\npip install pillow moviepy\r\n<\/pre>\n<h2>Install MySQL server<\/h2>\n<p>We will use MySQL as a database back-end for Seafile. If you already don&#8217;t have MySQL installed on your Debian 9 server you can install it by running the following command:<\/p>\n<pre>apt-get install mysql-server<\/pre>\n<p>When the MySQL installation is complete, issue the following command to secure your MySQL installation:<\/p>\n<pre>sudo mysql_secure_installation<\/pre>\n<h2>Install Seafile<\/h2>\n<p>At the moment of writing this article, the latest stable version of Seafile is version 6.3.4.<\/p>\n<p>Download the Seafile archive from their official website using the following command:<\/p>\n<pre>mkdir \/opt\/seafile\r\ncd \/opt\/seafile\r\nwget https:\/\/download.seadrive.org\/seafile-server_6.3.4_x86-64.tar.gz<\/pre>\n<p>Once the download is complete run the following command to unpack the tar archive:<\/p>\n<pre>tar -xzf seafile-server_4.0.6_x86-64.tar.gz<\/pre>\n<p>Navigate to the seafile directory and run the setup script:<\/p>\n<pre>cd seafile-server-*\r\n.\/setup-seafile-mysql.sh<\/pre>\n<p>The script will check your server and prompt you to press ENTER to continue<\/p>\n<pre>Checking python on this machine ...\r\n  Checking python module: setuptools ... Done.\r\n  Checking python module: python-imaging ... Done.\r\n  Checking python module: python-mysqldb ... Done.\r\n\r\n-----------------------------------------------------------------\r\nThis script will guide you to setup your seafile server using MySQL.\r\nMake sure you have read seafile server manual at\r\n\r\n        https:\/\/github.com\/haiwen\/seafile\/wiki\r\n\r\nPress ENTER to continue\r\n-----------------------------------------------------------------\r\n<\/pre>\n<p>Next, you will be prompted to enter several information needed to configure Seafile, such as server name, IP address, listening port and seafile data directory.<\/p>\n<pre>What is the name of the server? It will be displayed on the client.\r\n3 - 15 letters or digits\r\n[ server name ] my-server\r\n\r\nWhat is the ip or domain of the server?\r\nFor example: www.mycompany.com, 192.168.1.101\r\n[ This server&#039;s ip or domain ] my-seafile.com\r\n\r\nWhere do you want to put your seafile data?\r\nPlease use a volume with enough free space\r\n[ default &quot;\/opt\/seafile-data&quot; ]\r\n\r\nWhich port do you want to use for the seafile fileserver?\r\n[ default &quot;8082&quot; ]\r\n\r\n<\/pre>\n<p>When asked to choose a way to initialize Seafile databases, select 1 .<\/p>\n<pre>-------------------------------------------------------\r\nPlease choose a way to initialize Seafile databases:\r\n-------------------------------------------------------\r\n\r\n[1] Create new ccnet\/seafile\/seahub databases\r\n[2] Use existing ccnet\/seafile\/seahub databases\r\n\r\n[ 1 or 2 ] 1\r\n<\/pre>\n<p>Enter your MySQL root password when prompted and the script will create the necessary databases.<\/p>\n<pre>What is the host of mysql server?\r\n[ default &quot;localhost&quot; ]\r\n\r\nWhat is the port of mysql server?\r\n[ default &quot;3306&quot; ]\r\n\r\nWhat is the password of the mysql root user?\r\n[ root password ]\r\n\r\nverifying password of user root ...\r\nverifying password of user root ...  done\r\n\r\nEnter the name for mysql user of seafile. It would be created if not exists.\r\n[ default &quot;seafile&quot; ]\r\n\r\nEnter the password for mysql user &quot;seafile&quot;:\r\n[ password for seafile ]\r\n\r\nEnter the database name for ccnet-server:\r\n[ default &quot;ccnet-db&quot; ]\r\n\r\nEnter the database name for seafile-server:\r\n[ default &quot;seafile-db&quot; ]\r\n\r\nEnter the database name for seahub:\r\n[ default &quot;seahub-db&quot; ]\r\n\r\n---------------------------------\r\nThis is your configuration\r\n---------------------------------\r\n\r\n    server name:            seafile\r\n    server ip\/domain:       my-seafile.com\r\n\r\n    seafile data dir:       \/opt\/seafile\/seafile-data\r\n    fileserver port:        8082\r\n\r\n    database:               create new\r\n    ccnet database:         ccnet-db\r\n    seafile database:       seafile-db\r\n    seahub database:        seahub-db\r\n    database user:          seafile\r\n<\/pre>\n<p>Once the installation is completed the script will show the following output:<\/p>\n<pre>Generating ccnet configuration ...\r\n\r\ndone\r\nSuccessly create configuration dir \/opt\/ccnet.\r\nGenerating seafile configuration ...\r\n\r\nDone.\r\ndone\r\nGenerating seahub configuration ...\r\n\r\n----------------------------------------\r\nNow creating seahub database tables ...\r\n\r\n----------------------------------------\r\n\r\ncreating seafile-server-latest symbolic link ...  done\r\n\r\n-----------------------------------------------------------------\r\nYour Seafile server configuration has been finished successfully.\r\n-----------------------------------------------------------------\r\n\r\nrun seafile server:     .\/seafile.sh { start | stop | restart }\r\nrun seahub  server:     .\/seahub.sh  { start  | stop | restart  }\r\n\r\n-----------------------------------------------------------------\r\nIf you are behind a firewall, remember to allow input\/output of these tcp ports:\r\n-----------------------------------------------------------------\r\n\r\nport of seafile fileserver:   8082\r\nport of seahub:               8000\r\n\r\nWhen problems occur, Refer to\r\n\r\n        https:\/\/github.com\/haiwen\/seafile\/wiki\r\n\r\nfor information.\r\n<\/pre>\n<p>You can now start SeaFile and SeaHub scripts and create your new SeaFile admin user:<\/p>\n<pre>.\/seafile.sh start\r\n<\/pre>\n<pre>[10\/20\/18 14:48:18] ..\/common\/session.c(132): using config file \/opt\/conf\/ccnet.conf\r\nStarting seafile server, please wait ...\r\nSeafile server started\r\n\r\nDone.\r\n<\/pre>\n<pre>.\/seahub.sh start\r\n<\/pre>\n<pre> LANG is not set in ENV, set to en_US.UTF-8\r\nLC_ALL is not set in ENV, set to en_US.UTF-8\r\nStarting seahub at port 8000 ...\r\n\r\n----------------------------------------\r\nIt&#039;s the first time you start the Seafile server. Now let&#039;s create the admin account\r\n----------------------------------------\r\n\r\nWhat is the email for the admin account?\r\n[ admin email ] admin@rosehosting.com\r\n\r\nWhat is the password for the admin account?\r\n[ admin password ]\r\n\r\nEnter the password again:\r\n[ admin password again ]\r\n\r\n----------------------------------------\r\nSuccessfully created seafile admin\r\n----------------------------------------\r\n\r\nSeahub is started\r\n\r\nDone.\r\n<\/pre>\n<p>Once the Seahub server is started, you can access Seafile at http:\/\/your_domain_or_ip.com:8000 and log in with your admin account.<\/p>\n<h2>Create systemd unit<\/h2>\n<p>We will create a systemd unit files to be able to start all Seafile services at system boot.<\/p>\n<pre>nano \/etc\/systemd\/system\/seafile.service\r\n<\/pre>\n<p>Paste the following lines:<\/p>\n<pre>[Unit]\r\nDescription=Seafile\r\n# add mysql.service or postgresql.service depending on your database to the line below\r\nAfter=network.target\r\n\r\n[Service]\r\nType=forking\r\nExecStart=\/opt\/seafile\/seafile-server-latest\/seafile.sh start\r\nExecStop=\/opt\/seafile\/seafile-server-latest\/seafile.sh stop\r\nUser=seafile\r\nGroup=seafile\r\n\r\n[Install]\r\nWantedBy=multi-user.target\r\n<\/pre>\n<pre>nano \/etc\/systemd\/system\/seahub.service\r\n<\/pre>\n<pre>[Unit]\r\nDescription=Seafile hub\r\nAfter=network.target seafile.service\r\n\r\n[Service]\r\nType=forking\r\n# change start to start-fastcgi if you want to run fastcgi\r\nExecStart=\/opt\/seafile\/seafile-server-latest\/seahub.sh start\r\nExecStop=\/opt\/seafile\/seafile-server-latest\/seahub.sh stop\r\nUser=seafile\r\nGroup=seafile\r\n\r\n[Install]\r\nWantedBy=multi-user.target\r\n<\/pre>\n<p>Once the unit files are created enable the services to start on system boot by running the following commands:<\/p>\n<pre>sudo systemctl enable seafile.service\r\nsudo systemctl enable seahub.service\r\n<\/pre>\n<p>That is it, SeaFile has been successfully installed on your Debian 9 server.<\/p>\n<hr \/>\n<p>You don&#8217;t need to Install Seafile on Debian 9 if you use one of our <a href=\"https:\/\/www.linuxcloudvps.com\/debian-cloud-vps.html\">Seafile Hosting Services,<\/a> in which case you can simply ask our expert Linux admins to set up Seafile on your Debian 9 server for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS.<\/strong><\/span> If you liked this post, on How To Install Seafile on Debian 9, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile devices using the Seafile client. Using Seafile you can also create groups with file syncing and start discussions with your team to enable easy collaboration.<\/p>\n","protected":false},"author":2,"featured_media":928,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[146,167],"class_list":["post-927","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-debian-9","tag-seafile"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Seafile on Debian 9 | LinuxCloudVPS Blog<\/title>\n<meta name=\"description\" content=\"Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Seafile on Debian 9 | LinuxCloudVPS Blog\" \/>\n<meta property=\"og:description\" content=\"Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxCloudVPS Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/LinuxCloudVPS\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-09T20:11:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-10-05T11:02:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/10\/how-to-install-seafile-on-Debian-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"360\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:site\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\"},\"headline\":\"How to Install Seafile on Debian 9\",\"datePublished\":\"2018-11-09T20:11:31+00:00\",\"dateModified\":\"2019-10-05T11:02:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/\"},\"wordCount\":462,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/how-to-install-seafile-on-Debian-9.jpg\",\"keywords\":[\"debian 9\",\"seafile\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/\",\"name\":\"How to Install Seafile on Debian 9 | LinuxCloudVPS Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/how-to-install-seafile-on-Debian-9.jpg\",\"datePublished\":\"2018-11-09T20:11:31+00:00\",\"dateModified\":\"2019-10-05T11:02:45+00:00\",\"description\":\"Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/how-to-install-seafile-on-Debian-9.jpg\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/how-to-install-seafile-on-Debian-9.jpg\",\"width\":750,\"height\":360,\"caption\":\"how to install seafile on Debian 9\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-seafile-on-debian-9\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Seafile on Debian 9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"name\":\"LinuxCloudVPS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\",\"name\":\"LinuxCloudVPS\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"width\":217,\"height\":25,\"caption\":\"LinuxCloudVPS\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/www.facebook.com\\\/LinuxCloudVPS\",\"https:\\\/\\\/x.com\\\/LinuxCloudVPS\",\"http:\\\/\\\/www.linkedin.com\\\/company\\\/linuxcloudvps-com\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/www.linuxcloudvps.com\\\/\"],\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Seafile on Debian 9 | LinuxCloudVPS Blog","description":"Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Seafile on Debian 9 | LinuxCloudVPS Blog","og_description":"Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile","og_url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/","og_site_name":"LinuxCloudVPS Blog","article_publisher":"http:\/\/www.facebook.com\/LinuxCloudVPS","article_published_time":"2018-11-09T20:11:31+00:00","article_modified_time":"2019-10-05T11:02:45+00:00","og_image":[{"width":750,"height":360,"url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/10\/how-to-install-seafile-on-Debian-9.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@LinuxCloudVPS","twitter_site":"@LinuxCloudVPS","twitter_misc":{"Written by":"admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#article","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/"},"author":{"name":"admin","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a"},"headline":"How to Install Seafile on Debian 9","datePublished":"2018-11-09T20:11:31+00:00","dateModified":"2019-10-05T11:02:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/"},"wordCount":462,"commentCount":2,"publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/10\/how-to-install-seafile-on-Debian-9.jpg","keywords":["debian 9","seafile"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/","name":"How to Install Seafile on Debian 9 | LinuxCloudVPS Blog","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#primaryimage"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/10\/how-to-install-seafile-on-Debian-9.jpg","datePublished":"2018-11-09T20:11:31+00:00","dateModified":"2019-10-05T11:02:45+00:00","description":"Seafile is an open source cloud storage system for storing files on the Seafile server and synchronize the files between multiple computers or mobile","breadcrumb":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#primaryimage","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/10\/how-to-install-seafile-on-Debian-9.jpg","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/10\/how-to-install-seafile-on-Debian-9.jpg","width":750,"height":360,"caption":"how to install seafile on Debian 9"},{"@type":"BreadcrumbList","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-seafile-on-debian-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.linuxcloudvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Seafile on Debian 9"}]},{"@type":"WebSite","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website","url":"https:\/\/www.linuxcloudvps.com\/blog\/","name":"LinuxCloudVPS","description":"","publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization","name":"LinuxCloudVPS","url":"https:\/\/www.linuxcloudvps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","width":217,"height":25,"caption":"LinuxCloudVPS"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/LinuxCloudVPS","https:\/\/x.com\/LinuxCloudVPS","http:\/\/www.linkedin.com\/company\/linuxcloudvps-com"]},{"@type":"Person","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/www.linuxcloudvps.com\/"],"url":"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/comments?post=927"}],"version-history":[{"count":2,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/927\/revisions"}],"predecessor-version":[{"id":1052,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/927\/revisions\/1052"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media\/928"}],"wp:attachment":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media?parent=927"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/categories?post=927"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/tags?post=927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}