blekerfeld / donut

Donut, dictionary toolkit
MIT License
9 stars 3 forks source link

Installer #57

Open blekerfeld opened 7 years ago

blekerfeld commented 7 years ago

The installer will use a combination of the sheet and assistant structures. Most ideally it will populate the database with some preset grammar tables (indo-european nominal cases and such) if that's what the user wants.

nedroden commented 7 years ago

You're probably already planning on doing this, but just in case, it'd be good if the Donut installer checked if all server requirements were met. If you did this before including any files that contained PHP7+ syntax, a nice message would be shown to the user explaining what exactly is going on. Since you mentioned before you wanted to keep Donut as user-friendly as possible, you might even include instructions on what to do next (i.e. advise them to check with their hosting if they have some form of PHP version switching (MultiPHP), ask their host to upgrade, etc.).

blekerfeld commented 7 years ago

Thanks for your suggestions, will be implanted.