march of the admins aka: the ubermarch https://twitter.com/bison_42/status/936969624607952896
seen from United States
seen from China

seen from United States
seen from China
seen from China

seen from Malaysia

seen from Ukraine
seen from Maldives
seen from China

seen from Malaysia
seen from Ukraine
seen from Singapore
seen from Germany
seen from China

seen from Ukraine

seen from Malaysia

seen from Malaysia
seen from Japan

seen from Canada

seen from Malaysia
march of the admins aka: the ubermarch https://twitter.com/bison_42/status/936969624607952896
wallabag is a self hostable application for saving web pages. Unlike other services, wallabag is free (as in freedom) and open source.
Getting a symfony project running on uberspace
I really like the german hoster uberspace. They have a great setup, awesome documentation (only in german) and an amazing support team. This is a small introduction how you get your symfony project running on their system.
1 ) Composer
I found a great introduction how to get composer running on uberspace here. In short this are the steps:
$ nano ~/.profile
Add the following line:
export $PATH=$PATH:~/bin
$ source ~/.profile
$ curl -s https://getcomposer.org/installer | php -- --install-dir=bin
$ mv ~/bin/composer.phar ~/bin/composer
Check with:
$ composer about
2 ) Git
I use Bitbucket for my projects as they offer unlimited private projects. For an easy deployment I create a own ssh key on uberspace and add it as a deployment key (repository settings) to the repository.
$ ssh-keygen
When it asks for a file in which to safe the key I enter "bitbucket". You can set a password for the file.
Then create new file called "config" in the ".ssh" folder and add the following content:
Host bitbucket.org IdentityFile ~/.ssh/bitbucket
Add the deployment key to the repository.
Clone the repository to uberspace (include the dot at the end):
$ git clone [email protected]:youruser/yourrepository.git .
3 ) Symfony
Install with composer:
$ composer install
Change document root:
$ ln -s /var/www/virtual/youruser/html/web/ /var/www/virtual/youruser/yourdomain.com
4 ) Move to production
Insert into /web/.htacess
RewriteBase /
Run the following commands:
$ php app/console cache:clear --env=prod --no-debug $ php app/console assets:install --symlink $ php app/console assetic:dump
Let's run it
run #ghost @ #uberspace
Bei Uberspace.de verfolgen wir ein für viele vielleicht erstmal ungewöhnliches Konzept: Du suchst dir deinen Preis selbst aus. Wir legen lediglich einen Mindestpreis von 1 Euro pro Monat fest. Unter dem geht's einfach nicht. Bei anderen Providern wirst du dafür kaum mehr als eine Art Web-Visitenkarte bekommen. Nicht so bei uns!
PIWIK
PIWIK -- Open Source Web Analytics.
http://piwik.org
Hier noch eine Anleitung, wie man das ganze auf meinem neuen favorisierten Hoster "uberspace.de" installiert:
http://blog.sangyye.de/2012/05/piwik-on-uberspace/
Ein Hosting-Service ganz nach meinem Geschmack. Man wählt selbst den monatl. Preis und bekommt dafür ein Shared-Hosting Angebot mit ssh Zugang und viel mehr.