Skip to content

Instantly share code, notes, and snippets.

View rafix's full-sized avatar
:octocat:

Rafael Ernesto Ferro González rafix

:octocat:
  • NewStore GmbH.
  • Germany
  • X @raf1x
View GitHub Profile
@h4cc
h4cc / satis_install.sh
Last active February 13, 2024 16:39
Guide to install a satis server for composer. It can mirror packages and create a index for own packages.
# Install a Webserver
apt-get -y install apache2
# Target docroot to /home/satis/web/
# Install PHP5 CLI and needed programs.
apt-get -y install php5-cli php5-curl php5-json git wget
# Add a specifix user for our task
adduser satis