Skip to content

Instantly share code, notes, and snippets.

@mazgi
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazgi/5e26a1ffca33290b7a1e to your computer and use it in GitHub Desktop.
Save mazgi/5e26a1ffca33290b7a1e to your computer and use it in GitHub Desktop.
ownCloud on Gentoo
[root@owncloud-01] # uname -a
Linux owncloud-01 3.16.5-gentoo #1 SMP Wed Nov 26 10:56:25 2014 x86_64 Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz GenuineIntel GNU/Linux
[root@owncloud-01] # emerge -pvq nginx
[ebuild   R   ] www-servers/nginx-1.7.6  USE="aio http http-cache ipv6 pcre ssl vim-syntax -debug -libatomic -luajit -pcre-jit -rtmp (-selinux)" NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi geo gzip limit_conn limit_req map memcached proxy referer rewrite scgi split_clients ssi upstream_ip_hash userid uwsgi -addition -ajp -auth_pam -auth_request -cache_purge -dav -dav_ext -degradation -echo -fancyindex -flv -geoip -gunzip -gzip_static -headers_more -image_filter -lua -metrics -mogilefs -mp4 -naxsi -perl -push_stream -random_index -realip -secure_link -security -slowfs_cache -spdy -sticky -stub_status -sub -upload_progress -upstream_check -xslt" NGINX_MODULES_MAIL="-imap -pop3 -smtp" 
[root@owncloud-01] # emerge -pvq php
[ebuild   R   ] dev-lang/php-5.5.22  USE="berkdb bzip2 cli crypt ctype curl exif fileinfo filter fpm gd gdbm hash iconv ipv6 json ldap mysql nls opcache pdo phar posix readline session simplexml ssl tokenizer unicode xml xmlwriter zip zlib -apache2 -bcmath -calendar -cdb -cgi -cjk -debug -embed -enchant (-firebird) -flatfile (-frontbase) -ftp -gmp -imap -inifile -intl -iodbc -kerberos -ldap-sasl -libedit -libmysqlclient -mhash -mssql -mysqli -oci8-instant-client -odbc -pcntl -postgres -qdbm -recode (-selinux) -sharedmem -snmp -soap -sockets -spell -sqlite (-sybase-ct) -systemd -sysvipc -threads -tidy -truetype -vpx -wddx -xmlreader -xmlrpc -xpm -xslt" 
[root@owncloud-01] # emerge -pvq mariadb
[ebuild   R   ] dev-db/mariadb-10.0.16  USE="community jemalloc minimal pam ssl -bindist -cluster -debug -embedded -extraengine -latin1 -odbc -oqgraph -perl -profiling (-selinux) -sphinx -static -static-libs -systemtap -tcmalloc {-test} -tokudb -xml" ABI_X86="(64) (-32) (-x32)" 
[root@owncloud-01] # emerge -pvq openldap
[ebuild   R   ] net-nds/openldap-2.4.38-r2  USE="berkdb crypt ipv6 minimal ssl syslog tcpd -cxx -debug -experimental -gnutls -icu -iodbc -kerberos -odbc -overlays -perl -samba -sasl (-selinux) -slp -smbkrb5passwd" ABI_X86="(64) (-32) (-x32)" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment