[TYPO3-debian] TYPO3 on ILP (iPad+Lighthttpd+Php)

Daniel Bruessler danielb at typo3.org
Wed Nov 3 14:37:22 CET 2010


Hello debian fans,

I found the way now to develop TYPO3-extensions on the iPad and want to share it with you.

With Cydia it's possible to install these from sauriks debian-repository:
- openssh
- lighthttpd
- php
- nano (syntax-highlighting editor)
- lynx (you can also use Safari!)


You now should create a new user (useradd/adduser doesn't exist)
- add an entry in the file /etc/passwd
  www:*:700:700:Webserver:/var/www:/bin/sh
- add an entry in the file /etc/master.passwd
- group entry in the file /etc/group
  www:*:700:www
- set the password:
  passwd www


Create the folder /var/www for the webcontent
and set the rights
mkdir /var/www
chown -R www.www /var/www
chmod -R 775 /var/www

and put a testfile in
echo "<?php print 'Hello iPad World!'; ?>" > /var/www/index.php


The configuration is in the attachment of this email,
you can edit it with nano, it has syntax-highlighting.

Now you can start it in Safari:
http://localhost

Have fun with it :-)
Daniel

.......................................................
:: TEL    +49 (0)911 - 815 90 30
:: Daniel Brüßler - Emilienstr. 10 - 90489 Nürnberg

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: confLighthttpd.conf
URL: <http://lists.typo3.org/pipermail/typo3-debian/attachments/20101103/1e012efe/attachment.txt>


More information about the TYPO3-debian mailing list