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
f74222ab
Commit
f74222ab
authored
9 years ago
by
Maciej Osyda
Browse files
Options
Downloads
Patches
Plain Diff
Removed mysql password from core config command
parent
62352c46
Branches
Branches containing commit
Tags
Tags containing commit
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 @
f74222ab
...
@@ -14,7 +14,7 @@ mysql -u root -e "CREATE DATABASE IF NOT EXISTS \`wordpress\` CHARACTER SET utf8
...
@@ -14,7 +14,7 @@ mysql -u root -e "CREATE DATABASE IF NOT EXISTS \`wordpress\` CHARACTER SET utf8
cd
/var/www/html
cd
/var/www/html
/var/www/html/wp-cli core download
--version
=
$1
--allow-root
/var/www/html/wp-cli core download
--version
=
$1
--allow-root
/var/www/html/wp-cli core config
--dbname
=
wordpress
--dbuser
=
root
--dbpass
=
root
--allow-root
/var/www/html/wp-cli core config
--dbname
=
wordpress
--dbuser
=
root
--allow-root
/var/www/html/wp-cli core
install
--url
=
http://localhost:8888/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:8888/wordpress/
--title
=
WordPress
--admin_user
=
admin
--admin_password
=
admin123
--admin_email
=
somefakeemail@fakedomain.com
--allow-root
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