GLYerofieievVladyslavIOS / frothkit

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

http error 404 when visiting launched template demo application #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow the getting started video.

This is caused by a commented out line in the template's linux target 'Deploy 
Script' build phase. The webApp bundle 
is not actually getting launched on the remote host.

The line...
#ssh -i ${FROTH_IDENTITY} root@${FROTH_HOST} "/usr/froth/bin/fmtool -i 
${PRODUCT_NAME} ${CONFIGURATION}; 
/etc/init.d/lighttpd restart"
Should be...
ssh -i ${FROTH_IDENTITY} root@${FROTH_HOST} "/usr/froth/bin/fmtool -i 
${PRODUCT_NAME} ${CONFIGURATION}; 
/etc/init.d/lighttpd restart"

The issue was initially reported here.
http://groups.google.com/group/frothkit/browse_thread/thread/5dd3d61ddfb4f181/64
da5dc6b8a421d1#64da5dc
6b8a421d1

Original issue reported on code.google.com by allan%de...@gtempaccount.com on 13 Jan 2010 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by allan%de...@gtempaccount.com on 4 Feb 2010 at 5:47