Created
March 8, 2017 07:29
-
-
Save dickstar/3c917cdf02dc9d5e46568ee926ea0e16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Enviroment | |
//ubuntu 14.04 | |
//wordpress 4.7.3 | |
//CiviCRM 4.7.16 | |
Download wordpress, https://tw.wordpress.org/releases/ | |
extract to web | |
create database wordpress | |
access to http://localhost/wordpress | |
download CiviCRM 4.7.16 | |
Extract the archive | |
Upload files to your plugins directory, normally `/wp-content/plugins/` | |
download CiviCRM 4.7.16 localization files | |
Extract the archive | |
Put the language localization files(i10n, sql folders) to the folder, wordpress\wp-content\plugins\civicrm\civicrm | |
Install civicrm plugin, http://localhost/wordpress/wp-admin/plugins.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment