-
Create a database on server
-
Download Worpdress
wp core download --allow-root
- Configure Wordpress
wp core config --dbname=[dbName] --dbuser=[dbUser] --dbpass=[dbPass] --dbhost=[dbHost] --allow-root
Create a database on server
Download Worpdress
wp core download --allow-root
wp core config --dbname=[dbName] --dbuser=[dbUser] --dbpass=[dbPass] --dbhost=[dbHost] --allow-root
# Editor configuration, see http://editorconfig.org | |
root = true | |
[*] | |
charset = utf-8 | |
indent_style = space | |
indent_size = 2 | |
insert_final_newline = true | |
trim_trailing_whitespace = true |
"Globs" are the patterns you type when you do stuff like ls *.js
on
the command line, or put build/*
in a .gitignore
file.
Before parsing the path part patterns, braced sections are expanded
into a set. Braced sections start with {
and end with }
, with any
number of comma-delimited sections within. Braced sections may contain
slash characters, so a{/b/c,bcd}
would expand into a/b/c
and abcd
.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta | |
http-equiv="Content-Type" | |
content="text/html; charset=utf-8" | |
/> | |
<meta | |
name="description" |