Skip to content

Instantly share code, notes, and snippets.

@benediktg
Last active March 21, 2017 18:31
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 benediktg/1ed60d90ccc179f0fd3f625f81c174ba to your computer and use it in GitHub Desktop.
Save benediktg/1ed60d90ccc179f0fd3f625f81c174ba to your computer and use it in GitHub Desktop.
openSUSE web development setup
sudo zypper in patterns-openSUSE-devel_web php7-gd php7-mbstring php7-posix php7-zip php7-zlib
sudo zypper in php7-curl php7-fileinfo php7-bz2 php7-intl php7-mcrypt php7-openssl
sudo zypper in php7-APCu php7-exif php7-ftp php7-gmp php7-imap php7-imagick php7-pcntl
sudo zypper in php7-bcmath php7-calendar php7-dba php7-gettext php7-phar php7-shmop php7-sockets php7-soap php7-sysvmsg php7-sysvsem php7-sysvshm php7-wddx

Enable the modules rewrite, headers, envin YaST → HTTP-Server and set the options in the Directory section in the main host as follows:

AllowOverride All
Options All

Paste in /srv/www/htdocs/nextcloud/config/config.php

'memcache.local' => '\OC\Memcache\APCu',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment