Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-01-27 00:04:30 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-01-27 00:04:30 +0300
commitfdc16a100220ea880c1a4e0305184656c8b625be (patch)
treecd6ab9f18fa35e25dd9297e5071bd2adfc66f3a3 /docs
parentd39e69e5f4c06b153e76d58e1bbfca75f1752449 (diff)
Update GeoIP instructionsi n installation.md
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/installation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user-guide/installation.md b/docs/user-guide/installation.md
index a7c28d3..2d3818b 100644
--- a/docs/user-guide/installation.md
+++ b/docs/user-guide/installation.md
@@ -216,6 +216,7 @@ You will also need to insert a admin user into the `users` table through `mysql`
```bash
php artisan migrate --force
+php artisan geoip:update
```
This should create the necessary databases.