The selfoss home page is different
Solved!!!!
This is what you need to do to install selfoss in Ubuntu 13.04
1. Upload all files to var/www/selfoss(IMPORTANT: also upload the invisible .htaccess files)
2. Make the directories data/cache, data/favicons, data/logs, data/thumbnails, data/sqlite and public/ writeable
3. Insert database access data in config.ini (see below -- you have not to change anything if you would like to use sqlite)
3. You don't have to install the database, it will be created automatically
4. enable the rule engine: sudo a2enmod rewrite
5. Edit /etc/apache2/sites-available/default and add
<Directory /var/www/selfoss/>
AllowOverride All
</Directory>
6. restart the apache web server: sudo service apache2 restart
7. Create cronjob for updating feeds and point it to http://yourselfossurl.com/update via wget or curl. You can also execute the update.php from commandline.
Complete thread:
- The selfoss home page is different -
mulargui,
2013-05-18, 17:17
- The selfoss home page is different -
ofcloud,
2013-05-19, 18:40
- The selfoss home page is different -
mulargui,
2013-05-19, 21:11
- The selfoss home page is different -
ofcloud,
2013-05-20, 07:52
- The selfoss home page is different -
mulargui,
2013-05-20, 19:50
- The selfoss home page is different - mulargui, 2013-05-21, 18:15
- The selfoss home page is different -
mulargui,
2013-05-20, 19:50
- The selfoss home page is different -
ofcloud,
2013-05-20, 07:52
- The selfoss home page is different -
mulargui,
2013-05-19, 21:11
- The selfoss home page is different -
ofcloud,
2013-05-19, 18:40