1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-10 06:45:33 +01:00

Update setup steps

This commit is contained in:
Matt Baer 2018-12-08 15:26:33 -05:00
parent 17c816477b
commit 20c77989ba

View File

@ -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:
```bash
# 1) Log into MySQL and run:
# CREATE DATABASE writefreely;
#
# 2) Configure your blog
# 1) Configure your blog
./writefreely --config
# 2) (if you chose MySQL in the previous step) Log into MySQL and run:
# CREATE DATABASE writefreely;
# 3) Import the schema with:
./writefreely --init-db