authpuppy getting started instructions.

Asked by JC Chong

Dear all, as authpuppy website is down, I am unable to find any resources to install authpuppy. I'm using Windows 7 and wamp 2.5. However, I'm stuck on install/3 and cannot move beyond that. I've tried to change the httpd.conf and added virtualhost configuration but still unable to get pass install/3. Can someone post the getting started instructions or their httpd.conf file ?
I have gotten myphpadmin working and added a database, username etc.
Please help.

Question information

Language:
English Edit question
Status:
Answered
For:
AuthPuppy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
facelee (face-l) said :
#1

This is my configuration of the httpd:
Listen 80
<VirtualHost *:80>
      ServerAdmin webmaster@localhost
      ServerName authpuppy.localhost
      ServerAlias authpuppy.test

      DocumentRoot "(THE PATH OF FOLDER)\authpuppy\web"
      DirectoryIndex index.php

      <Directory "(THE PATH OF FOLDER)\authpuppy\web">
              Options Indexes FollowSymLinks MultiViews
              AllowOverride All
              Order allow,deny
              allow from all
      </Directory>

      Alias /sf (THE PATH OF FOLDER)\authpuppy\lib\vendor\symfony\data\web\sf
      <Directory "(THE PATH OF FOLDER)\authpuppy\lib\vendor\symfony\data\web\sf">
              AllowOverride All
              Allow from All
      </Directory>

      #ErrorLog ${APACHE_LOG_DIR}/error.log
      # Possible values include: debug, info, notice, warn, error,crit,
      # alert, emerg.
      LogLevel warn

      #CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>
 and the authpuppy is running on wamp in windows.
Hope this could help you.

Revision history for this message
glenstewart (glen-stewart) said :
#2

Can you help with this problem?

Provide an answer of your own, or ask JC Chong for more information if necessary.

To post a message you must log in.