ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Usage Guide #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The GettingStarted document provides enough information to get the system
setup and run the helloworld app.

It would be very good to have another (at least minimal) document that:
- Provides an overview of what each of the items installed in bin does.
- Provides examples of doing basic tasks such as creating additional new
apps, updating existing apps, etc....
- Provides a basic explanation of the system's layout. (ie should I put my
code under parts?)

Original issue reported on code.google.com by Robert.K...@gmail.com on 29 Oct 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Many thanks for the feedback. The documentation in 
http://code.google.com/p/typhoonae/source/browse/#hg/doc is growing.

You can put your code (application folder) anywhere in the filesystem you like. 
Use bin/apptool <path to your 
application folder> to register the correct paths.

Original comment by tobias.r...@gmail.com on 30 Oct 2009 at 10:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Apptool only can config one app? I'd like run multi apps at the same time, how 
can 
i do?

Original comment by mydi...@gmail.com on 25 Nov 2009 at 8:40

GoogleCodeExporter commented 9 years ago
Yes, apptool can configure just one application for now. To set up multiple 
apps you need to configure a virtual 
host and the appropriate FastCGI environment in the nginx configuration file 
(etc/server.conf) for each app and 
the etc/appserver.conf to add the desired number of appservers (fcgi-programs). 
Usually numprocs = 2 per app 
is okay. It depends on the workload. Make sure, to name the fcgi-programs 
different (the app id should be good 
choice).

Original comment by tobias.r...@gmail.com on 25 Nov 2009 at 1:11