[FR] Mozilla Web Entrepreneur Conference

Jeudi (19 juin) après-midi avait lieu, dans les locaux de Mozilla à Paris, la 1ere Web Entrepreneur Conference.

Découpée en 3 parties, entrepreneurs, technologie et perspectives futures, elle était destinée à tous les acteurs du web.

Entrepreneurs

Le meilleur moment pour entreprendre, c’est maintenant

par Erika Batista, @The Family

Posted on

[Tip] .htaccess rules for frontend application + symfony backend API

Problematic

When building a frontend application (angularjs) backed by a API made with symfony, hosted on the same server/domain name, I suffered a few difficulties.
Here the .htaccess rules to make it work :

Configuration

  • all requests beginning by /api to be redirected to /app.php
  • all other requests to
Posted on

[Tip] Debian - put the server at the right time

Often with a brand new server, the time is all messed up.

you can check with :

$ date

To avoid all kind of related problem, there is a neat little package called ntpdate which will force the server to sync his clock on a time server :

$ apt-get install ntpdate
$ (sudo) ntpdate-debian
Posted on
Tagged in tip , debian