Giter Club home page Giter Club logo

Comments (10)

phmLabs avatar phmLabs commented on July 23, 2024

http://www.server4you.de/vserver/#compare

Plus X5 entspricht ca. 10 EUR im Monat und ich glaube, dass das für den Anfang ausreichen ist, wenn man sich noch einen Varnish installiert.

Bilder kommen ja in der ersten Ausbaustufe gar nicht von uns.

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

Habe ich heute morgen bestellt. Sollte ca. 4 Std dauern, bis er uns zur Verfügung steht.

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

Alles bis auf den Varnish installiert. Doctrine auf memcache umgestellt.

Morgen hilft Sven mit beim Varnish, dann sollten die Bilder recht schnell ausgeliefert werden :)

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

PHP 5.6 -> https://pascalebeier.de/php-5-6-auf-debian-wheezy-installieren/

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

http://stackoverflow.com/questions/19335305/composer-install-error-requires-ext-curl-when-its-actualy-enabled

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

http://stackoverflow.com/questions/12543236/date-default-timezone-get-it-is-not-safe-to-rely-on-the-systems-timezone-set

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

Done.

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

#!/bin/bash

file="/etc/apache2/sites-available/vhost-$1"

if [ -f $file ];
then

echo -e "\033[33;32m $file already exists. Seems like $1 already exists."

else

mkdir -p /var/www/vhost/$1/htdocs

cp /root/templates/vhost/default /etc/apache2/sites-available/vhost-$1
ln -s /etc/apache2/sites-available/vhost-$1 /etc/apache2/sites-enabled
sed -i s/VHOST_DOMAIN/$1/g /etc/apache2/sites-available/vhost-$1

echo -e "\033[33;32m Domain $1 created. Please restart your apache server."

fi

tput sgr0

from miolia.

phmLabs avatar phmLabs commented on July 23, 2024

http://jetpackweb.com/blog/2009/07/20/bash-script-to-create-mysql-database-and-user/

from miolia.

thorbenheins avatar thorbenheins commented on July 23, 2024

This issue was moved to phmLabs/amilio#40

from miolia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.