- Seafile
- wget https://bitbucket.org/haiwen/seafile/downloads/seafile-server_2.2.1_x86-64.tar.gz
- tar zxf seafile-server_2.2.1_x86-64.tar.gz
- apt-get -y install libevent-dev libcurl4-openssl-dev libglib2.0-dev uuid-dev intltool libsqlite3-dev libmysqlclient-dev libarchive-dev libtool libjansson-dev valac libfuse-dev sqlite3 python-mysqldb
- Install libzdb
- libzdb http://www.tildeslash.com/libzdb/dist/libzdb-2.12.tar.gz
- configure –enable-openssl
- Install libevhtp
- apt-get -y install cmake
- libevhtp https://github.com/ellzey/libevhtp/archive/1.1.6.zip
- unzip 1.1.6.zip; cd 1.1.6; cmake .; make ; make install
- Seahub (Web Env)
- apt-get -y install python-djblets sqlite3 python-simplejson python-image chardet gunicorn
- Prepare Directories
-
cd seafile dir
- ./seafile-setup.sh
-