aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2016-09-01 15:25:10 +0200
committerClaude <longneck@scratchbook.ch>2016-09-01 15:25:10 +0200
commit09e6533ffddc8501162e1241f5d00fdd21e5dfca (patch)
treec279e181e5191648e35e3c5927ba1d47039c0983 /README.md
parent6611a550bcb0dd45d06f81297a8a1efcba6db107 (diff)
downloadstikked-fit-09e6533ffddc8501162e1241f5d00fdd21e5dfca.tar.gz
stikked-fit-09e6533ffddc8501162e1241f5d00fdd21e5dfca.tar.bz2
stikked-fit-09e6533ffddc8501162e1241f5d00fdd21e5dfca.zip
one configfile.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8b04836..d88acf6 100644
--- a/README.md
+++ b/README.md
@@ -46,14 +46,13 @@ 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. Set the base_url in application/config/config.php
-6. You're done!
+5. 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.
* To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
* `*/5 * * * * curl --silent http://yoursite.com/cron/[key]`
-* If you encounter errors with stylesheets and paths, make sure your base_url config value is not empty (see [here](http://www.codeigniter.com/user_guide/installation/upgrade_303.html)).
+* If you encounter errors with stylesheets and paths, make sure your site_root config value is not empty (see [here](http://www.codeigniter.com/user_guide/installation/upgrade_303.html)).
* Be sure to also copy the .htaccess file when you move files around. This is a hidden file and easily overlooked.
@@ -80,7 +79,7 @@ Changelog
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
+Add and set the site_root in application/config/stikked.php
### Version 0.10.0:

© 2014-2024 Faster IT GmbH | imprint | privacy policy