| ... | @@ -76,6 +76,19 @@ apachectl restart |
... | @@ -76,6 +76,19 @@ apachectl restart |
|
|
mysql -u <mysql username> -p < database_backup.sql
|
|
mysql -u <mysql username> -p < database_backup.sql
|
|
|
</code></pre>
|
|
</code></pre>
|
|
|
***** Enter your mysql password, the same password created during setup
|
|
***** Enter your mysql password, the same password created during setup
|
|
|
|
## Wordpress Config
|
|
|
|
*** Update the file
|
|
|
|
**** <pre><code>
|
|
|
|
…/Marketplace/wordpress/wp-config.php
|
|
|
|
</code></pre>
|
|
|
|
***** <pre><code>
|
|
|
|
define('DB_NAME', 'marketplace');
|
|
|
|
define('DB_USER', '<username from MySQL setup>');
|
|
|
|
define('DB_PASSWORD', '<password from MySQL setup>');
|
|
|
|
define('DB_HOST', '127.0.0.1:3306');
|
|
|
|
define('WP_HOME','http://blocpower:8888');
|
|
|
|
define('WP_SITEURL','http://blocpower:8888');
|
|
|
|
</code></pre>
|
|
|
## Wordpress Plugin Config
|
|
## Wordpress Plugin Config
|
|
|
*** Navigate to: [[http://blocpower:8888/wp-admin]]
|
|
*** Navigate to: [[http://blocpower:8888/wp-admin]]
|
|
|
**** Login info:
|
|
**** Login info:
|
| ... | | ... | |