forked from mojolicious/mojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Akron edited this page Jun 24, 2012
·
78 revisions
These pages contain documentation from users, for users. Become part of the project and contribute new documentation wherever you can. And don't forget to also check out the official tutorial and guides if you haven't already!
- Installation of Mojolicious
- Installation of newer versions of Perl
- Installation of HTTPS support
- Installation of FastCGI support
- Request data - accessing POST and GET parameters
Mojolicious is database agnostic. You are free to choose the way you want to store your data.
- Database support
- SQLite
- MySQL, also non-blocking
- ORMs for Mojolicious, for example ORLite
- CouchDB and Mojo::UserAgent
- MongoDB
- Using Redis as a key/value store, both blocking and non-blocking.
- How to work with UTF-8?
- How to change the Character set in Mojolicious?
- How to use logrotation with Mojolicious?
- Deploying on Apache
- Deploying on Lighttpd with FastCGI
- Using the Hypnotoad Prefork Web Server
- Official Homepage
- Official Mailing-List
- IRC-Channel #mojo on irc.perl.org
- Twitter account of the main developer
- CPAN
You can fork Mojolicious on GitHub and contribute patches to the code. Please follow the Coding Guidelines in these cases! Bug reports and feature requests can be send as issues on GitHub. If you have new awesome features in mind, it's a good idea to discuss them in the IRC channel before you start coding!