[TYPO3-german] Re: NEOS Installation mit Xampp auf Linux Mint 17

2015-01-11 Diskussionsfäden Martin

Schon vor wenigen Tagen habe ich es nun ohne Server Fehler hinbekommen. Es lag 
daran, dass Neos nicht im Root Verzeichnis lag. Jetzt klappt alles.
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german


[TYPO3-german] Re: NEOS Installation mit Xampp auf Linux Mint 17

2015-01-07 Diskussionsfäden Martin

Ich habe nun die Vhost-Datei wie folgt angepasst:

  DocumentRoot "/var/www/beispiel.de/TYPO3-Neos/Web/"
ServerName neos.demo
   SetEnv FLOW_CONTEXT Production

   Options MultiViews Indexes FollowSymLinks
   # Für mod rewrite
   AllowOverride All
 
 


Nun ging das Setup.

ABER: Logge ich mich im Backend ein, kommt diese Fehlermeldung:


500 Internal Server Error

An internal error occurred.

When contacting the maintainer of this application please mention the following 
reference code:

20150107142014137bc2

___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

[TYPO3-german] Re: NEOS Installation mit Xampp auf Linux Mint 17

2015-01-07 Diskussionsfäden Martin

Nun, da bin ich wieder. Ich habe nun XAMPP komplett entfernt und Apache2, PHP 
und MySQL auf Linux Mint 17 XFCE nach einer Anleitung installiert.

Nun habe ich folgendes gemacht: Die file-permissions sind nun so angegeben:

sudo ./flow core:setfilepermissions roma roma roma

Ich habe den Webserver User und die Webserver Gruppe angepasst und auch mich 
als User hinterlegt. Das hat auch geklappt.

mod_rewrite ist ebenfalls aktiv.

Die ganzen NEOS Daten liegen im folgenden Verzeichnis: 
/var/www/beispiel.de/TYPO3-Neos/Web/

(Im Typo3-Neos Verzeichnis finde ich den Setup Ordner nicht!)

In der Vhost Datei - beispiel.de.conf - ist folgendes hinterlegt: 



  DocumentRoot "/var/www/beispiel.de/TYPO3-Neos/Web/"

   Options MultiViews Indexes FollowSymLinks
   # Für mod rewrite
   AllowOverride All
 
 


In der htaccess Datei ist folgendes u.a. hinterlegt:

# If the root path is not the parent of the Web directory,
# TYPO3 Flow's root path must be specified manually:
# SetEnv FLOW_ROOTPATH /var/www/myapp/
SetEnv FLOW_ROOTPATH /var/www/beispiel.de/TYPO3-Neos/

#
# mod_rewrite configuration
#


# Enable URL rewriting
RewriteEngine On

# Set flag so we know URL rewriting is available
SetEnv FLOW_REWRITEURLS 1

# You will have to change the path in the following option if you
# experience problems while your installation is located in a 
subdirectory
# of the website root.
RewriteBase /

# Stop rewrite processing no matter if a package resource, robots.txt 
etc. exists or not
RewriteRule ^(_Resources/Packages/|robots\.txt|favicon\.ico) - [L]

# Stop rewrite process if the path points to a static file anyway
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .* - [L]

# Perform rewriting of persistent private resources
RewriteRule 
^(_Resources/Persistent/[a-zA-Z0-9]+/(.+/)?[a-f0-9]{40})/.+(\..+) $1$3 [L]

# Perform rewriting of persistent resource files
RewriteRule ^(_Resources/Persistent/.{40})/.+(\..+) $1$2 [L]

# Make sure that not existing resources don't execute TYPO3 Flow
RewriteRule ^_Resources/.* - [L]

# Continue only if the file/symlink/directory does not exist
RewriteRule (.*) index.php



Das alles nützt aber nichts, denn ich bekomme, wenn ich "neos.demo" eingebe nur 
die Hinweisseite mit folgendem Hinweis:
Database Error

Sorry, we detected an error with your database. Check your logfiles in 
Data/Logs/* for more information.

You might want to configure or check your database configuration in the setup.

Go to setup

Der Link zum Setup geht nicht bzw. führt zu einer 404 Fehlerseite mit folgendem 
Inhalt:

Not Found

The requested URL /setup was not found on this server.
Apache/2.4.7 (Ubuntu) Server at neos.demo Port 80

Was ist noch zu machen, damit ich das Setup endlich zum Laufen bekomme?
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

[TYPO3-german] Re: NEOS Installation mit Xampp auf Linux Mint 17

2014-11-19 Diskussionsfäden Martin

Welche Gruppe oder welches Verzeichnis müßte ich den in XAMPP anpassen, damit 
es endlich läuft?
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

[TYPO3-german] Re: NEOS Installation mit Xampp auf Linux Mint 17

2014-10-08 Diskussionsfäden Martin
Ich nutze wie schon geschrieben Linux Mint 17 und die aktuelle XAMPP Version. 


Nun hatte ich sehr viele Tutorials gelesen und auch "Tipps & Tricks" im Internet entdeckt. Es hat 
alles nichts genutzt. Typo3 Neos oder Typo3 Flow kann ich nicht installieren. Mein lokaler Server liegt im 
Verzeichnis "/opt/lampp/". Jetzt habe ich mir überlegt, es könnten die Benutzerrrechte oder 
Benutzerangaben sein. Hier mal der komplette Auszug vom Terminal "/opt/lampp/":

insgesamt 10032
drwxr-xr-x 30 root   root  4096 Sep 23 19:47 .
drwxr-xr-x  4 root   root  4096 Sep 13 14:15 ..
drwxr-xr-x  5 root   root  4096 Sep 13 14:15 apache2
drwxrwxr-x  2 root   root 12288 Sep 13 14:17 bin
drwxr-xr-x  2 root   root  4096 Sep 13 14:17 build
drwxr-xr-x  2 root   root  4096 Sep 13 14:16 cgi-bin
-rwxr-xr-x  1 root   root 27372 Sep 13 14:15 ctlscript.sh
drwxr-xr-x  2 root   root  4096 Sep 13 14:17 docs
drwxrwxr-x  3 root   root  4096 Sep 13 14:16 error
drwxr-xr-x  8 root   root  4096 Sep 23 19:51 etc
drwxr-xr-x  8 root   root  4096 Sep 13 14:30 htdocs
drwxr-xr-x  3 root   root  4096 Sep 13 14:16 icons
drwxr-xr-x  2 root   root  4096 Sep 13 14:15 img
drwxr-xr-x 20 root   root 12288 Sep 13 14:17 include
drwxr-xr-x  2 root   root  4096 Sep 13 14:17 info
lrwxrwxrwx  1 root   root16 Sep 13 14:17 lampp -> /opt/lampp/xampp
drwxr-xr-x 14 root   root 12288 Sep 13 14:17 lib
drwxr-xr-x  2 root   root  4096 Sep 13 14:16 libexec
drwxr-xr-x  2 root   root  4096 Sep 13 14:16 licenses
drwxr-xr-x  2 daemon daemon4096 Okt  3 21:09 logs
drwxr-xr-x  7 root   root  4096 Sep 13 14:17 man
-rwx--  1 root   root   3096815 Jun 10  2013 manager-linux.run
drwxr-xr-x 14 root   root 12288 Sep 13 14:17 manual
drwxr-xr-x  2 root   root  4096 Sep 13 14:17 modules
drwxr-xr-x  3 root   root  4096 Sep 13 14:15 mysql
drwxr-xr-x  2 root   root  4096 Sep 13 14:16 pear
drwxr-xr-x  3 root   root  4096 Sep 13 14:15 php
drwxr-xr-x  9 root   root  4096 Sep 13 14:16 phpmyadmin
drwxr-xr-x  3 root   root  4096 Sep 13 14:15 proftpd
-rw-r--r--  1 root   root   803 Sep 13 14:17 properties.ini
-rw-r--r--  1 root   root 72812 Aug 21 13:58 RELEASENOTES
drwxr-xr-x  2 root   root  4096 Sep 13 14:16 sbin
drwxr-xr-x 45 root   root  4096 Sep 13 14:17 share
drwxrwxrwx  2 daemon daemon4096 Okt  3 20:53 temp
-rwx--  1 root   root   6636866 Sep 13 14:18 uninstall
-rw---  1 root   root250582 Sep 13 14:18 uninstall.dat
drwxr-xr-x  6 root   root  4096 Okt  3 21:09 var
-rwxr-xr-x  1 root   root 15201 Jul 22  2013 xampp

Man sieht deutlich, dass "root" das Meiste machen kann. 


Wie kann ich es ändern, dass die Installation nun funzt? Hat jemand Tipps für 
mich?
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german