百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

phimpme-wordpress

> 编程语言
开源

Phimp.me - 基于 Wordpress 的照片应用

1.5K stars0 点赞3 次浏览
访问官网GitHub

工具介绍

Phimp.me - 基于 Wordpress 的照片应用

In order to install Wordpress Phimpme and test the system on your local host, please follow the following steps:

  1. Restore database from sql file in wordpress/sql folder a. Login to mysql use command line: mysql -uroot -p b. create phimpme_drupal database : CREATE DATABASE phimpme_wordpress; exit;

c. Restore database : mysql -u root -p phimpme_wordpress < link to phimpme_wordpress.sql file e.g : mysql -u root -p phimpme_wordpress < ~/phimpme.cms/wordpress/sql/phimpme_wordpress.sql

  1. Move wordpress website folder to /var/www/ or your specific lolalhost directory and change permission for this folder.

    • Command: cd /var/www/wordpress
    • Command: sudo chmod -R 777 wordpress/
  2. Open file wp-config.php and change value of Database in line 18 like this :

/** The name of the database for WordPress */ define('DB_NAME', 'phimpme_wordpress');

/** MySQL database username */ define('DB_USER', 'mysql_username');

/** MySQL database password */ define('DB_PASSWORD', 'mysql_password');

/** MySQL hostname */ define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', '');

define('WP_HOME','http://'.$_SERVER['HTTP_HOST'].'/wordpress'); define('WP_SITEURL','http://'.$_SERVER['HTTP_HOST'].'/wordpress');

Save this file.

  1. In your browser go to localhost/wordpress/ and check the site. The credentials of the administrators account of the test site are:

Login: test Password: test

  1. Upload a picture with the phimpme app of the user 'test'.

    To test Wordpress website with Phimp.Me app

    • Connect your phone and your computer same network.
    • Type ifconfig to detect your ip address. Command: ifconfig Read IP address and type the following into the phimpme wordpress form on the app: Username: test Password: test Services link: e.g. on your localhost with the following IP http://192.168.1.19/wordpress/

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Command: cd /var/www/wordpress
  • •Command: sudo chmod -R 777 wordpress/
  • •Connect your phone and your computer same network.
  • •Type ifconfig to detect your ip address.

> 标签

PHP

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言