Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
M
marketplace
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • BlocPower
  • marketplace
  • Wiki
  • Running Locally

Running Locally · Changes

Page history
Updated Running Locally (textile) authored Mar 10, 2016 by Chimumbwa George Shikopa's avatar Chimumbwa George Shikopa
Hide whitespace changes
Inline Side-by-side
Showing with 21 additions and 3 deletions
+21 -3
  • Running-Locally.textile Running-Locally.textile +21 -3
  • No files found.
Running-Locally.textile
View page @ 2ddc6e41
...@@ -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]]
Clone repository
  • Continuous Deployment and Continuous Integration
  • Custom Fields & User Editor Plugin Setup
  • Deployment
  • Home
  • Running Locally
  • Stack
  • Testing