From 72be30796ae9f2e7896bd6037bd58146c04512bc Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 1 Sep 2016 09:16:48 +0200 Subject: [PATCH] set the base url --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 939ab38..2e36225 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Installation 2. Create a user and database for Stikked 3. Copy application/config/stikked.php.dist to application/config/stikked.php 4. Edit configuration settings in application/config/stikked.php - everything is described there -5. You're done! +5. Set the base_url in application/config/config.php +6. You're done! * The database structure will be created automatically if it doesn't exist. * No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable. @@ -61,6 +62,16 @@ In the folder doc/, you will find: Changelog --------- +### Version 0.11.0: + +* Upgrade to CodeIgniter 3.1.0 + +#### Upgrade instructions + +Copy your htdocs/application/stikked.php config file away. Upload the new version. Copy it back. + +Set the base_url in application/config/config.php + ### Version 0.10.0: * Upgrade to CodeIgniter 3.0.1 and with it, lots of improvements: