Home Backend Development PHP Tutorial xampp的装配和thinkphp的部署

xampp的装配和thinkphp的部署

Jun 13, 2016 pm 12:24 PM
php protected redis root xampp

xampp的安装和thinkphp的部署

一、xampp的安装

1、xampp的下载:

https://www.apachefriends.org/zh_cn/index.html

xampp for linux v5.6.12

下载的文件为:xampp-linux-x64-5.6.12-0-installer.run

2、安装

?其他权限无法安装。切换到linux的root权限下,执行 ./xampp-linux-x64-5.6.12-0-installer.run

3、启动xampp

? ??[[email protected] lampp]# /opt/lampp/lampp start

Starting XAMPP for Linux 5.6.12-0...

XAMPP: Starting Apache...ok.

XAMPP: Starting MySQL...ok.

XAMPP: Starting ProFTPD...ok.

? ?

4、访问xampp

? ? http://localhost/

?

? ? 外部访问还要关掉防火墙 service iptables stop

? ? http://192.168.0.106/

? ? phpinfo : ? http://192.168.0.106/dashboard/phpinfo.php

?

二、thinkphp的部署

? ? 1、下载thinkphp的liunux安装文件

? ? ?http://www.thinkphp.cn/ ?下载thinkphp_3.2.3_full.zip

? ? 2、部署到xampp中

? ? 解压到/opt/lampp/htdocs/thinkphp

? ? 3、给thinkphp目录下的Application添加权限

? ? 如果不添加权限访问thinkphp会出现如下提示:应用目录[./Application/]不可写,目录无法自动生成!

? ??[[email protected] lampp]# chmod a+w Application/

? ? 4、访问thinkphp?

? ? ?http://192.168.0.106/thinkphp

? ?

?三、php安装redis插件

? ? 1、下载redis插件

? ? ?http://www.redis.io/clients

? ? ?下载php语言的插件phpredis:phpredis-develop.zip

? ? ?解压到cd /home/hadoop/temp/phpredis-develop

? ? ?2、生成安装文件并安装

? ? ?2.1 生成configure文件:/opt/lampp/bin/phpize

? ? 可能需要安装m4和autoconf文件,详见http://blog.csdn.net/21aspnet/article/details/7471574

? ? ?2.2 make

? ? ?2.3 make install

? ? ?[[email protected] phpredis-develop]# make install

? ? ?Installing shared extensions: ? ? /opt/lampp/lib/php/extensions/no-debug-non-zts-20131226/

? ? ? 2.4 查看生成的redis插件

? ? ??

[[email protected] phpredis-develop]# cd /opt/lampp/lib/php/extensions/no-debug-non-zts-20131226/[[email protected] no-debug-non-zts-20131226]# lltotal 2148-rwxr-xr-x. 1 root root   49312 Aug 25 08:52 mssql.so-rwxr-xr-x. 1 root root  156856 Aug 25 08:52 oci8.so-rwxr-xr-x. 1 root root  143976 Aug 25 08:52 opcache.so-rwxr-xr-x. 1 root root   20496 Aug 25 08:52 pdo_dblib.so-rwxr-xr-x. 1 root root  132480 Aug 25 08:52 pgsql.so-rwxr-xr-x. 1 root root   42960 Aug 25 08:52 radius.so-rwxr-xr-x. 1 root root 1423553 Aug 29 19:47 redis.so-rwxr-xr-x. 1 root root  206408 Aug 25 08:52 xdebug.so[[email protected] no-debug-non-zts-20131226]# 
Copy after login
? ?其中,redis.so就是生成的redis插件。

?

? ?3、配置redis插件

? ??[[email protected] etc]# pwd

? ? /opt/lampp/etc

? ? [[email protected] etc]# vi php.ini

? ? 添加:extension=“redis.so”

? ?4、重启 php(xampp)。

? ?

[[email protected] lampp]# ./xampp restartRestarting XAMPP for Linux 5.6.12-0...XAMPP: Stopping Apache...ok.XAMPP: Stopping MySQL...ok.XAMPP: Stopping ProFTPD...ok.XAMPP: Starting Apache...ok.XAMPP: Starting MySQL...ok.XAMPP: Starting ProFTPD...ok.[[email protected] lampp]# 
Copy after login

? ? 5、查看redis插件是否安装成功

? ? ?http://192.168.0.106/dashboard/phpinfo.php

? ? ?可以看出列出了redis的列表

? ? 6、安装redis程序,写demo测试。

? ? redis的安装这里不再赘述,自行查阅安装。默认端口即可。

? ? htdocs/demo/redisdemo.php:

<?php$redis = new Redis();$redis->connect("127.0.0.1");$redis->set("name","leh");$data=$redis->get("name");echo($data);
Copy after login

? ??

? ? 测试:http://192.168.0.106/demo/redisdemo.php

? ? leh

?

?四、安装thrift,实现php访问hbase

? ? ? 1、下载thrift。

? ? ? thrift-0.9.2.tar.gz

? ? ?2、安装配置thrift

? ? ?首先运行根目录下的 $ ./bootstrap.sh,用于生成configure脚本?

? ? ?如果下载的直接是一个tarball,则跳过此步骤,直接运行软件根目录下的configure脚本?

? ??

./bootstrap.sh./configuremakemake install
Copy after login

? ??3、复制thrift-0.9.2/lib/php到相应的php web目录htdocs/demo/hbasethrift

? ? 4、生成php与hbase接口文件

#/home/hadoop/software/thrift/bin/thrift --gen php /home/hadoop/temp/hbase/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

#(根据自己的目录设置)

生成目录文件: /home/hadoop/temp/gen-php/Hbase

? ?有文件: Hbase.php,Hbase_types.php

? ?把Hbase.php,Hbase_types.php copy到:web目录/opt/lamp/php/hbasethrift/libs/packages/Hbase/

?

?

?

?

?

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

How do you parse and process HTML/XML in PHP? How do you parse and process HTML/XML in PHP? Feb 07, 2025 am 11:57 AM

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

PHP Program to Count Vowels in a String PHP Program to Count Vowels in a String Feb 07, 2025 pm 12:12 PM

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

7 PHP Functions I Regret I Didn't Know Before 7 PHP Functions I Regret I Didn't Know Before Nov 13, 2024 am 09:42 AM

If you are an experienced PHP developer, you might have the feeling that you’ve been there and done that already.You have developed a significant number of applications, debugged millions of lines of code, and tweaked a bunch of scripts to achieve op

Top 10 PHP CMS Platforms For Developers in 2024 Top 10 PHP CMS Platforms For Developers in 2024 Dec 05, 2024 am 10:29 AM

CMS stands for Content Management System. It is a software application or platform that enables users to create, manage, and modify digital content without requiring advanced technical knowledge. CMS allows users to easily create and organize content

Why does an error occur when installing an extension using PECL in a Docker environment? How to solve it? Why does an error occur when installing an extension using PECL in a Docker environment? How to solve it? Apr 01, 2025 pm 03:06 PM

Causes and solutions for errors when using PECL to install extensions in Docker environment When using Docker environment, we often encounter some headaches...

How to Add Elements to the End of an Array in PHP How to Add Elements to the End of an Array in PHP Feb 07, 2025 am 11:17 AM

Arrays are linear data structures used to process data in programming. Sometimes when we are processing arrays we need to add new elements to the existing array. In this article, we will discuss several ways to add elements to the end of an array in PHP, with code examples, output, and time and space complexity analysis for each method. Here are the different ways to add elements to an array: Use square brackets [] In PHP, the way to add elements to the end of an array is to use square brackets []. This syntax only works in cases where we want to add only a single element. The following is the syntax: $array[] = value; Example

See all articles