| ... | @@ -50,13 +50,31 @@ vi /etc/apache2/vhosts/marketplace.conf |
... | @@ -50,13 +50,31 @@ vi /etc/apache2/vhosts/marketplace.conf |
|
|
ErrorLog "/private/var/log/apache2/blocpower.local-error_log"
|
|
ErrorLog "/private/var/log/apache2/blocpower.local-error_log"
|
|
|
CustomLog "/private/var/log/apache2/blocpower.local-access_log" common
|
|
CustomLog "/private/var/log/apache2/blocpower.local-access_log" common
|
|
|
|
|
|
|
|
<Directory “[path to local Marketplace repo]">
|
|
<Directory "[path to local Marketplace repo]">
|
|
|
AllowOverride All
|
|
AllowOverride All
|
|
|
Require all granted
|
|
Require all granted
|
|
|
</Directory>
|
|
</Directory>
|
|
|
|
|
</VirtualHost>re>
|
|
|
</code></pre>
|
|
|
|
|
*** Restart Apache
|
|
*** Restart Apache
|
|
|
<pre><code>
|
|
<pre><code>
|
|
|
apachectl restart
|
|
apachectl restart
|
|
|
</code></pre>
|
|
</code></pre>
|
|
|
|
## MySQL Setup
|
|
|
|
*** Download and install MySQL
|
|
|
|
*** Setup root username and root password
|
|
|
|
*** Import Marketplace Database
|
|
|
|
<pre><code>
|
|
|
|
mysql -u <mysql username> -p < database_backup.sql
|
|
|
|
</code></pre>
|
|
|
|
**** Enter your mysql password, the same password created during setup
|
|
|
|
## Wordpress Plugin Config
|
|
|
|
*** Navigate to: [[http://blocpower:8888/wp-admin]]
|
|
|
|
**** Login info:
|
|
|
|
<pre><code>
|
|
|
|
Login: Blocpower
|
|
|
|
Password: get password from 1Password
|
|
|
|
</code></pre>
|
|
|
|
**** Go to Plugins, and "activate" any plugins that need activating
|
|
|
|
***** "Advanced Custom Fields" & "User Role Editor" are usual suspects.
|
|
|
|
*** Browse the Marketplace
|
|
|
|
**** [[ http://blocpower:8888]] |