Difference between revisions of "Install server"

From Gestinux Wiki
Jump to navigation Jump to search
(minor edits)
Line 3: Line 3:
 
[[Installing|Back to Gestinux installation]]
 
[[Installing|Back to Gestinux installation]]
  
If you do not want to use a database hosted in the internet, Gestinux requires either '''MySql Server''' (>= 5.0) or '''PostgreSQL Server''' (>= 8.4) installed on your local system, or on any server reacheable through your network.
+
If you do not want to use a database hosted in the internet, Gestinux requires either '''MySql Server''' (>= 5.0) or '''PostgreSQL Server''' (>= 8.4) installed on your local system, or on any server your network can access.
  
The easiest to install is MySql on Linux.
+
The easiest installation is setting up MySql on Linux.
  
They are not consuming much, with the power of current computers.
+
The power of current computers means you will still have spare processing capacity after installing a server locally.  
  
You must have an ''administrator'' account to be able to install.
+
You must have an ''administrator'' account before you can install.
  
Below is a short guide to install these servers. For more details, please refer to the official documentation.
+
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.
  
 
===To install MySql server :===
 
===To install MySql server :===
  
 
* On Ubuntu :  
 
* On Ubuntu :  
** Install the package '''mysql-server''', using Synaptic.
+
** Use Synaptic to install the package '''mysql-server'''.
** Confirm a few choices
+
** Confirm a few options
 
** You can enter a blank password for the root account if you are evaluating.
 
** You can enter a blank password for the root account if you are evaluating.
 
* On Windows :
 
* On Windows :
 
** Go to [http://dev.mysql.com/downloads/mysql/ mysql download page]
 
** Go to [http://dev.mysql.com/downloads/mysql/ mysql download page]
 
** Download the appropriate installer (in most cases, the first one)
 
** Download the appropriate installer (in most cases, the first one)
** Execute the setup, using a priviledged account.
+
** Execute the setup.exe, using a privileged account.
** You can confirm the default choices
+
** You can accept the default options
 
** You can choose a standard configuration
 
** You can choose a standard configuration
** A non blank root password is requested, '''remember it''' !
+
** A non-blank root password is required: '''Remember it''' !
  
 
===To install PostgreSQL server :===
 
===To install PostgreSQL server :===

Revision as of 20:31, 31 January 2013

 Français Español

{{#CustomTitle:Installing a server}}

Back to Gestinux installation

If you do not want to use a database hosted in the internet, Gestinux requires either MySql Server (>= 5.0) or PostgreSQL Server (>= 8.4) installed on your local system, or on any server your network can access.

The easiest installation is setting up MySql on Linux.

The power of current computers means you will still have spare processing capacity after installing a server locally.

You must have an administrator account before you can install.

The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.

To install MySql server :

  • On Ubuntu :
    • Use Synaptic to install the package mysql-server.
    • Confirm a few options
    • You can enter a blank password for the root account if you are evaluating.
  • On Windows :
    • Go to mysql download page
    • Download the appropriate installer (in most cases, the first one)
    • Execute the setup.exe, using a privileged account.
    • You can accept the default options
    • You can choose a standard configuration
    • A non-blank root password is required: Remember it !

To install PostgreSQL server :

  • On Ubuntu :
    • Install the package postgresql
  • On Windows
    • To be documented...


Back to Gestinux installation