Phimp.me - 基于 Wordpress 的照片应用
In order to install Wordpress Phimpme and test the system on your local host, please follow the following steps:
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
Move wordpress website folder to /var/www/ or your specific lolalhost directory and change permission for this folder.
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.
Login: test Password: test
Upload a picture with the phimpme app of the user 'test'.
To test Wordpress website with Phimp.Me app
暂无开放 Issues,或尚未同步最近议题。