Re: [Cppcms-users] C++ Web Development
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-08-03 18:05:16
|
Hi, Hello, first of all make sure you had registered to this mailing list, so I would not have to approve your mails. > Where should I start? Should I be > looking into CppCMS 1.X or 0.X? CppCMS 0.x is better documented has more tutorials but with release of 1.x it would receive only minor support. So for future 1.x is better but be aware that it is still beta version, but it is quite stable. The major drawback of CppCMS 1.x.x is that it has less tutorials. But it has much better API and much simpler to configure and install. So it is up to you. Note: CppCMS 1.x had brought big changed is API so it would not be stright forward to upgrade to next version. >Is there a guide that can take me through >everything Averithing can be found there: http://art-blog.no-ip.info/wikipp/en/page/main Start from tutorials and reference documentation. Also CppCMS 1.x has quite a set of examples in svn. > (including setting up the nginx and fcgi)? There is utility cppcms_run that allows you to debug and run your application with different web servers, also CppCMS 1.x has build in web server for debugging. Just take a look on configuration file being created, CppCMS setup is same setup for general fastcgi process. Regards, Artyom |