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

Daniel Bruessler danielb at typo3.org
Wed Nov 3 15:07:49 CET 2010


Hi,

und hier auf Deutsch
http://forum.ubuntuusers.de/topic/howfuer-ilp-ipad-lighthttpd-php/

Daniel

> 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
> 
> 


More information about the TYPO3-debian mailing list