1.3 KiB
1.3 KiB
Installation and Updates
Installation
From the archive:
- You must have a web server with PHP installed (version 5.3.3 minimum) with the Sqlite and XML extensions
- Download the source code and copy the directory
miniflux
where you want - Check if the directory
data
is writeable (Miniflux stores everything inside a Sqlite database) - With your browser go to http://yourpersonalserver/miniflux
- The default login and password is admin/admin
- Start to use the software
- Don't forget to change your password!
From the repository:
git clone https://github.com/fguillot/miniflux.git
- Go to the third step just above
Update
From the archive:
- Close your session (logout)
- Rename your actual miniflux directory (to keep a backup)
- Uncompress the new archive and copy your database file
db.sqlite
in the directorydata
- Make the directory
data
writeable by the web server user - Login and check if everything is ok
- Remove the old miniflux directory
From the repository:
- Close your session (logout)
git pull
- Login and check if everything is ok
Security
- Don't forget to change the default user/password
- Don't allow everybody to access to the directory
data
from the URL. There is already a.htaccess
for Apache but nothing for Nginx.