Update setup steps
This commit is contained in:
parent
17c816477b
commit
20c77989ba
1 changed files with 4 additions and 4 deletions
|
@ -46,12 +46,12 @@ First, download the [latest release](https://github.com/writeas/writefreely/rele
|
||||||
Now extract the files from the archive, change into the directory, and do the following steps:
|
Now extract the files from the archive, change into the directory, and do the following steps:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1) Log into MySQL and run:
|
# 1) Configure your blog
|
||||||
# CREATE DATABASE writefreely;
|
|
||||||
#
|
|
||||||
# 2) Configure your blog
|
|
||||||
./writefreely --config
|
./writefreely --config
|
||||||
|
|
||||||
|
# 2) (if you chose MySQL in the previous step) Log into MySQL and run:
|
||||||
|
# CREATE DATABASE writefreely;
|
||||||
|
|
||||||
# 3) Import the schema with:
|
# 3) Import the schema with:
|
||||||
./writefreely --init-db
|
./writefreely --init-db
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue