Articles techniques

Cadre en temps réel

Real-time’s Framework is a blindingly fast bi-directional persistently connected messaging system. It’s a unique means for a company to conduct a live online relationship with clients. This has the massive advantage of allowing interaction to happen live in real-time, without delays or page refreshes, to create a durable and bidirectional relationship with each online user. …

Cadre en temps réel En savoir plus "

Comment installer Ruby sur des rails

Suivez les étapes suivantes pour configurer l'environnement Rails dans le système local 1) CSV : Git et Subversion sudo aptitude install subversion sudo apt-get install git-core Et vous pouvez également installer le package suggéré : git-doc git-arch git-cvs git- svn git-email git-daemon-run git-gui gitk gitweb diff-doc. 1) Configuration de la base de données : Base de données Mysql : sudo aptitude install mysql-server mysql-client PostgresSQL : …

Comment installer Ruby sur des rails En savoir plus "

Application : native, Web ou hybride ?

Le monde mobile est un monde en constante évolution, à la fois en raison de la diffusion exponentielle des smartphones et des tablettes, et parce que cette nouvelle façon de communiquer a nécessité l'introduction d'un nouveau type de marketing : le marketing mobile. Pour atteindre les clients (existants ou potentiels) be) désormais, l’une des méthodes les plus efficaces et les plus directes est…

Application : native, Web ou hybride ? En savoir plus "

Scraping de sites Web à l'aide de Mechanize Gem

Web scraping (web harvesting or web data extraction) is a computer software technique of extracting information from websites. The Mechanize library is used for automating interaction with websites. Mechanize gem automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. It also keeps track …

Scraping de sites Web à l'aide de Mechanize Gem En savoir plus "

Comment installer Memcached sur un serveur Vps ou un serveur dédié ?

Memcached is a Unix daemon written in C that exposes a specified amount of memory space as a hash table on the network using a dedicated text or binary protocol. The protocol allows a limited set of operations such as set, get, and delete, and also some more complex atomic operations such as cas (compare …

Comment installer Memcached sur un serveur Vps ou un serveur dédié ? En savoir plus "

How To Set Up A Rails Application On Main Domain With Passenger?

Here are the steps to set up a Rails Application on Main Domain with Passenger : Upload your application to the server using either ftp/sftp or SSH or if you have your application under version control, checkout or clone your application to a folder in your home directory. Next, we need address apache/passenger about your …

How To Set Up A Rails Application On Main Domain With Passenger? En savoir plus "

Supprimer des fichiers de l'historique des révisions du référentiel SVN

When we work on a private repository which is used for our personal testing or development, we may upload some private data. The unwanted file uploads in multiple commits will drastically increase the repository size. Once the development work is over and when we decide to make the repository public, we will have to consider …

Supprimer des fichiers de l'historique des révisions du référentiel SVN En savoir plus "

Source du formulaire d'installation RoR et déploiement d'une application de test

• download the ruby source, then unzip, untar, configure and install [root@railstestwebmin ~]#wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 [root@railstestwebmin ~]#tar xjvf ruby-1.9.3-p194.tar.bz2 [root@railstestwebmin ~]#cd ruby-1.9.3-p194 [root@railstestwebmin ruby-1.9.3-p194]#./configure [root@railstestwebmin ruby-1.9.3-p194]#make [root@railstestwebmin ruby-1.9.3-p194]#make install • check the ruby version [root@railstestwebmin ~]#ruby -v • download ruby gems and install [root@railstestwebmin ~]#wget http://rubyforge.org/frs/download.php/76073/rubygems-1.8.24.tgz [root@railstestwebmin ~]#tar xzvf rubygems-1.8.24.tgz [root@railstestwebmin ~]#cd rubygems-1.8.24 [root@railstestwebmin rubygems-1.8.24]#ruby setup.rb …

Source du formulaire d'installation RoR et déploiement d'une application de test En savoir plus "

Comment configurer Catch-All pour le serveur de messagerie Postfix sans panneau de configuration ?

Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), TLS and running in a chroot environment. It is a Wietse Venema’s mailer that started life as an alternative to the widely-used Sendmail program. It attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough …

Comment configurer Catch-All pour le serveur de messagerie Postfix sans panneau de configuration ? En savoir plus "

fr_FRFrench