diff options
Diffstat (limited to 'doc/install.md')
-rw-r--r-- | doc/install.md | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/doc/install.md b/doc/install.md index 4f14762..e8c9d60 100644 --- a/doc/install.md +++ b/doc/install.md @@ -2,9 +2,9 @@ ## A. 3rd Party frameworks/libs -1. Download and install CodeIgniter-3.0.0. +1. Download and install CodeIgniter-3.1.11 (phar is preferred). 2. Download 3rd party libs/css used in application, - extract libs content it in `public/lib/` + extract libs content it in `public/lib/` accordingly. _For convenience the bundle can be found at `http://dev1.insteps.net/nbreader/lib.tar.gz`_ @@ -15,10 +15,10 @@ _For convenience the bundle can be found at `http://dev1.insteps.net/nbreader/li 2. Change install variables in `public/index.php` as needed. 3. Change install variables in - `public/application/config/config.php` as needed. + `apps/web/config/config.php` as needed. 4. Change install variables in - `public/application/config/newsbeuter.php` as needed. + `apps/web/config/newsbeuter.php` as needed. 5. Make sure feeds web url is properly installed and set. @@ -26,29 +26,18 @@ _For convenience the bundle can be found at `http://dev1.insteps.net/nbreader/li ## C. Create rss/atom list file -1. Add rss/atom feeds url in 'urls list file'. +1. Add rss/atom feeds url in 'config/url/.. list file'. See `config/readme.notes` -2. For every url list file in `config/url.local` - there needs to be a corresponding database file - in `var/newsbeuter/db`. - - If you have not run `update`, you can test/dummy run by - copying `config/empty.loc.db` to `var/newsbeuter/db`. - - eg. for list file `config/url/news` the database file - name would be `var/newsbeuter/db/news.loc.db` - - OR - - Let `sh run.sh config` create sample data for your during - initial setup ( when `config/url` folder contains no files ). +2. Run `sh run.sh config` to create sample data for + initial setup ( when `config/url/` folder contains no files ). There is no need to have multiple urls list file, if you want to keep things simple and store all data into single file/database. -3. If so far things seem ok, run `sh run.sh config` +3. If so far things seem ok, edit/add urls in config/url/. + run `sh run.sh config` _Note: you need to run `sh run.sh config` every time you edit/update files in `config/url/`_ |