Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker - WooCommerce images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Tools
Docker - WooCommerce images
Commits
ce4efdc2
Commit
ce4efdc2
authored
9 years ago
by
Maciej Osyda
Browse files
Options
Downloads
Patches
Plain Diff
Missing allow-root
parent
aaf2f30e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install-wc.sh
+1
-1
1 addition, 1 deletion
install-wc.sh
with
1 addition
and
1 deletion
install-wc.sh
+
1
−
1
View file @
ce4efdc2
...
@@ -23,4 +23,4 @@ cd /var/www/html
...
@@ -23,4 +23,4 @@ cd /var/www/html
/var/www/html/wp-cli core
install
--url
=
http://localhost:8080/wordpress/
--title
=
WordPress
--admin_user
=
admin
--admin_password
=
admin123
--admin_email
=
somefakeemail@fakedomain.com
--allow-root
/var/www/html/wp-cli core
install
--url
=
http://localhost:8080/wordpress/
--title
=
WordPress
--admin_user
=
admin
--admin_password
=
admin123
--admin_email
=
somefakeemail@fakedomain.com
--allow-root
/var/www/html/wp-cli db query
--allow-root
"UPDATE wp_options SET option_value='http://localhost:8080' WHERE option_name IN ('siteurl', 'home')"
/var/www/html/wp-cli db query
--allow-root
"UPDATE wp_options SET option_value='http://localhost:8080' WHERE option_name IN ('siteurl', 'home')"
/var/www/html/wp-cli plugin
install
woocommerce
--activate
--version
$2
/var/www/html/wp-cli plugin
install
woocommerce
--activate
--allow-root
--version
$2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment