Archive

Archive for 2007k2007 Iraila 13

Nola instalatu WordPress USB memoria batean

Hemen irakurria

Pausoetan izandako arazo bat, xampp instalatzeko garaian xampplite erabili dut eta .zip jaitsi ondoren direktorio bakar batean jarri behar da konprimitutakoa.

* »I want to start XAMPP without setup!«
If you extract XAMPP in a top level folder like c:\xampp or d:\xampp etc., you can start XAMPP directly. That means you do not need to execute the “setup_xampp.bat” at all. Apache, MySQL and Mercury Mail server will start up correctly! FileZilla FTP server will not start because it requires absolute paths. Please note: Do not use a double-xampp-folder like c:\xampp\xampp! You need a single-xampp folder like d:\xampp(\apache and so on). Otherwise you must run the “setup-xampp.bat” to set up the path configurations.

Nere kasuan xampplite direktorioa erabili dut!!

(kontuz!! honako hau gertatu zait: xampp direktorioa erbiliz mysql ez zebilen, konpontzeko \xampp\mysql\bin\my.conf fitxategi barruan xampplite agertzen den erreferentzietan xampp jarri behar da!!)

Pausoak (hemendik):

1. Xampp gure pendrive batean instalatu/kopiatu
2. wordpress jeitsi eta \xampp\htdocs direktorioan deskonprimitu
3. Mysql-n root erabiltzaileari pasahitza jarri:

\xampp\mysql\bin diretorioan dagoen mysqladmin agindua ejekutatu:
mysqladmin -u root password pasahitza

4. phpmyadmin konfiguratu root erabiltzailea erabiltzeko:

Open the “config.inc.php” in \xampp\phpmyadmin an edit following lines:

INSTEAD OF …

$cfg['Servers'][$i]['user']          = 'root';
$cfg['Servers'][$i]['password']      = '';

NOW …

$cfg['Servers'][$i]['user']          = 'root';
$cfg['Servers'][$i]['password']      = 'pasahitza';

5. Phpmyadmin erabiliz datubase bat sortu (http://localhost/phpmyadmin)

6. Rename the wp-config-sample.php file to wp-config.php.

7. Open wp-config.php in your favorite text editor and fill in your database details: hau da:

define('DB_NAME', 'wordpress');    // The name of the database
define('DB_USER', 'root');     // Your MySQL username
define('DB_PASSWORD', 'pasahitza'); // ...and password

8. Instalazio prozesua abiarazi: (suposatuz wordpress izeneko direktorioan dagoela)

http://localhost/wordpress/wp-admin/install.php

9….

Categories: Uncategorized

Portable applications

Instalaziorik behar ez duten aplikazioak. Adibidez Pen Drive batean sartzeko aukerarekin. Gero edozein lekutara eramateko:

http://portableapps.com/ 

Categories: Uncategorized