diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-23 10:52:55 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-23 10:52:55 -0500 |
commit | 94207cf8ea41132fd7279ab08845677542eb3c9f (patch) | |
tree | f66be31beed2383e91b8fdbe527b9a77c5b1be07 /doc/faq.markdown | |
parent | ad8fcf035ab92d8cd06179959000b9a1681b1505 (diff) |
Update doc and readme
Diffstat (limited to 'doc/faq.markdown')
-rw-r--r-- | doc/faq.markdown | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/doc/faq.markdown b/doc/faq.markdown index de7c9801..953f98e1 100644 --- a/doc/faq.markdown +++ b/doc/faq.markdown @@ -10,18 +10,18 @@ Kanboard works well with any great VPS hosting provider such as [Digital Ocean]( To have the best performances, choose a provider with fast disk I/O because Kanboard use Sqlite by default. Avoid hosting providers that use a shared NFS mount point. + I get a blank page after installing or upgrading Kanboard --------------------------------------------------------- - Check if you have installed all requirements on your server +- Check the PHP and Apache error logs - Check if the files have the correct permission -- If you use php-fpm and opcode caching, reload the process to be sure to clear the cache -- Enable PHP error logging in your php.ini -- Check the PHP and Apache error logs you should see the exact error +- If you use an aggressive OPcode caching, reload your web-server or php-fpm Page not found and the URL seems wrong (&amp;) ----------------------------------------------- +-------------------------------------------------- - The URL looks like `/?controller=auth&action=login&redirect_query=` instead of `?controller=auth&action=login&redirect_query=` - Kanboard returns a "Page not found" error @@ -85,20 +85,6 @@ open http://localhost:8000/ ``` -How to migrate my tasks from Wunderlist? ----------------------------------------- - -You can use an external tool to import your tasks automatically and lists from Wunderlist to Kanboard. - -This is a command line script made by a contributor of Kanboard. -It's simple, quick and dirty but it works :) - -More information here: - -- [Wunderlist](http://www.wunderlist.com/) -- <https://github.com/EpocDotFr/WunderlistToKanboard> - - How to install Kanboard on Yunohost? ------------------------------------ @@ -107,6 +93,18 @@ How to install Kanboard on Yunohost? There is a [package to install Kanboard on Yunohost easily](https://github.com/mbugeia/kanboard_ynh). +Where can I find a list of related projects? +-------------------------------------------- + +- [Kanboard API python client by @freekoder](https://github.com/freekoder/kanboard-py) +- [Kanboard Presenter by David Eberlein](https://github.com/davideberlein/kanboard-presenter) +- [CSV2Kanboard by @ashbike](https://github.com/ashbike/csv2kanboard) +- [Kanboard for Yunohost by @mbugeia](https://github.com/mbugeia/kanboard_ynh) +- [Trello import script by @matueranet](https://github.com/matueranet/kanboard-import-trello) +- [Chrome extension by Timo](https://chrome.google.com/webstore/detail/kanboard-quickmenu/akjbeplnnihghabpgcfmfhfmifjljneh?utm_source=chrome-ntp-icon), [Source code](https://github.com/BlueTeck/kanboard_chrome_extension) +- [Python client script by @dzudek](https://gist.github.com/fguillot/84c70d4928eb1e0cb374) + + Are there some tutorials about Kanboard in other languages? ----------------------------------------------------------- |