Articles sur la gestion

Comment intégrer Clickatell dans l'application Rails

When it comes to sending an SMS using Ruby on Rails, there are two approaches you can take. The first – and more complicated – is to use your own hardware and something like the ruby-sms library to communicate with the hardware. This set-up is time consuming, a pain to maintain and probably not very …

Comment intégrer Clickatell dans l'application Rails En savoir plus "

Comment configurer Nginx sur le serveur pour l’application Rails ?

Ruby on Rails is a popular rapid development web framework. It allows web designers and developers to quickly implement dynamic and fully featured Ruby on Rails application. This article describes procedures for installing Ruby on Rails in conjunction with the nginx setup and Passenger module. Nginx (pronounced “engine X”) is a lightweight, high-performance Web server/reverse …

Comment configurer Nginx sur le serveur pour l’application Rails ? En savoir plus "

Comment effectuer l’installation source de SQLite3 ?

OSQLite is a relational database management system contained in a small programming library. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is ACID-compliant and implements most of the SQL standard, using a dynamically and weakly typed …

Comment effectuer l’installation source de SQLite3 ? En savoir plus "

Comment installer SSL via Virtualmin ?

Short for Secure Sockets Layer, SSL protocol developed by Netscape for transmitting private documents via the Internet. SSL secure payment pathway uses a cryptographic system that uses two keys to encrypt data. A public key known to everyone and a private or secret key known only to the recipient of the message. Both Netscape Navigator …

Comment installer SSL via Virtualmin ? 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 "

Comment modifier le temps d'exécution maximum de Php dans Virtualmin ?

Virtualmin is a Webmin module for managing multiple virtual hosts through a single interface, like Plesk or Cpanel. It supports the creation and management of Apache virtual hosts, BIND DNS domains, MySQL databases, and mailboxes and aliases with Sendmail or Postfix. It makes use of the existing Webmin modules for these servers, and so should …

Comment modifier le temps d'exécution maximum de Php dans Virtualmin ? En savoir plus "

Comment utiliser le middleware rack dans Rails pour la saisie semi-automatique ?

In today’s modern web applications auto completion/ auto suggestions are very common right from a small to very large applications, serving up multiple requests simultaneously with quick response from the server is very important to make the user experience better and enjoyable. Here is where rack middleware comes in the picture. What is Rack Middleware? …

Comment utiliser le middleware rack dans Rails pour la saisie semi-automatique ? En savoir plus "

Sécurisez votre serveur avec l'accès SSH

Secure Shell (SSH), sometimes known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. SSH is actually a suite of three utilities – slogin, ssh, and scp – that …

Sécurisez votre serveur avec l'accès SSH En savoir plus "

Développement Ruby on Rails – Comment le faire de manière agile ?

The rapidly accelerating pace of technology change and a desire to achieve a competitive edge are forcing a growing number of organizations to re-evaluate the conventional approach of simply tossing resources at various enterprise projects and challenges. Agile Development which puts software development on the front burner focusing on broader and deeper collaboration along with …

Développement Ruby on Rails – Comment le faire de manière agile ? En savoir plus "

fr_FRFrench