Page 1 of 2 1 2 LastLast
Results 1 to 20 of 25

Thread: AMP Web Developer Suite

  1. #1
    Parallels Team VA Admin's Avatar
    Join Date
    Jan 2009
    Posts
    269

    Default

    AMP Web Developer Suite
    Category: Development
    Title: AMP Web Developer Suite
    Abstract: PHP/Perl/Python development environment with MySQL and PostgreSQL

    List of licenses: Apache Software License, Artistic, BSD, GPL, PHP License, PSF
    Commercial license: no
    Development status: Stable/Production
    Version: 2.0
    Last update: 15 June 07

    VA Download URLs:
    rapidshare.com 1 of 2
    rapidshare.com 2 of 2

    VA Administrator Interfaces:

    https://<ip-address>:8443/
    Login: root
    Password: a

    http://<ip-address>/

    ssh://<ip-address>
    Login: root
    Password: a

    console
    Login: root
    Password: a



  2. #2
    Parallels Team VA Admin's Avatar
    Join Date
    Jan 2009
    Posts
    269

    Default

    AMP Web Developer Suite
    Category: Development
    Title: AMP Web Developer Suite
    Abstract: PHP/Perl/Python development environment with MySQL and PostgreSQL

    List of licenses: Apache Software License, Artistic, BSD, GPL, PHP License, PSF
    Commercial license: no
    Development status: Stable/Production
    Version: 2.0
    Last update: 31 July 07

    VA Download URLs:
    rapidshare.com 1 of 2
    rapidshare.com 2 of 2

    VA Administrator Interfaces:

    https://<ip-address>:8443/
    Login: root
    Password: a

    http://<ip-address>/

    ssh://<ip-address>
    Login: root
    Password: a

    console
    Login: root
    Password: a



  3. #3

    Default AMP Web Developer Suite

    Hello,

    I’m just getting started trying to use this AMP suite and so far it's been great, but I've run into a problem.

    I want to make a few changes to the httpd.conf file. In my past experience, I've found that file in
    /etc/httpd/conf/httpd.conf
    but in this installation it is in
    /data/etc/http/conf/httpd.conf

    When I altered the file and tried to restart httpd with the following command:

    httpd -k restart

    it told me it could not open the configuration file in /etc/ where I first looked for it.

    Can you tell me why your config is in /data/ and why the httpd finds it ther the first time it starts up, but not when I restart it? What's the best way for me to fix this problem? Do I have to restart the VM to make changes to httpd.conf? Thanks for your help.



  4. #4

    Default AMP Web Developer Suite

    You should restart Apache with next standard commands for Fedora-based linuxes:

    service httpd restart

    or

    /etc/init.d/httpd restart

    All the PVA’s configuration data is located in /data/ for fast PVA update ability.
    It is possible by replacing app.hdd virtual disk with the one from new version of PVA. The configuration and user's data are located on data.hdd and should be preserved.



  5. #5

    Default Ftp...

    Sorry if this is a silly question... is there ftp access to this VM or how do you put files into it :P



  6. #6

    Default

    You can access files with \\<ip-address>\www.

    Or you can customise the PVA anyway with direct login from console.



  7. #7
    Parallels Team VA Admin's Avatar
    Join Date
    Jan 2009
    Posts
    269

    Default

    AMP Web Developer Suite

    Category: Development
    Title: AMP Web Developer Suite
    Abstract: PHP/Perl/Python development environment with MySQL and PostgreSQL

    List of licenses: Apache Software License, Artistic, BSD, GPL, PHP License, PSF
    Commercial license: no
    Development status: Stable/Production
    Version: 2.0
    Last update: 26 February 08

    VA Download URLs:
    rapidshare.com 1 of 2
    rapidshare.com 2 of 2
    download.ptn.parallels.com 1 of 1


    VA Administrator Interfaces:
    https://<ip-address>:8443/
    Login: root
    Password: a

    http://<ip-address>/

    ssh://<ip-address>
    Login: root
    Password: a

    console
    Login: root
    Password: a






  8. #8
    Parallels Team VA Admin's Avatar
    Join Date
    Jan 2009
    Posts
    269

    Default

    AMP Web Developer Suite

    Category: Development
    Title: AMP Web Developer Suite
    Abstract: PHP/Perl/Python development environment with MySQL and PostgreSQL

    List of licenses: Apache Software License, Artistic, BSD, GPL, PHP License, PSF
    Commercial license: no
    Development status: Stable/Production
    Version: 2.0
    Last update: 09 April 08

    VA Download URLs:
    amp_wds-2.0.zip
    amp_wds-2.0.zip.torrent


    VA Administrator Interfaces:
    https://<ip-address>:8443/
    Login: root
    Password: a

    http://<ip-address>/

    ssh://<ip-address>
    Login: root
    Password: a

    console
    Login: root
    Password: a






  9. #9
    Bit Poster
    Join Date
    May 2008
    Posts
    1

    Default

    Hi,

    I hope this isn't a silly question - I'm very new to Linux, and I've just downloaded your suite to get a web server up and running quickly. I notice that it's got PHP 5.1.6 installed. The application I'm trying to install says it requires PHP 5.2.0. How do I upgrade to 5.2.0? Do I have to upgrade other modules (MySQL, phpMyAdmin, etc) as well? I can download the binary from www.php.net, but from there I don't know what to do.

    Any help would be fantastic. Thanks.



  10. #10

    Default

    Quote Originally Posted by scruft View Post
    Hi,

    I hope this isn't a silly question - I'm very new to Linux, and I've just downloaded your suite to get a web server up and running quickly. I notice that it's got PHP 5.1.6 installed. The application I'm trying to install says it requires PHP 5.2.0. How do I upgrade to 5.2.0? Do I have to upgrade other modules (MySQL, phpMyAdmin, etc) as well? I can download the binary from www.php.net, but from there I don't know what to do.

    Any help would be fantastic. Thanks.
    For now your have not choices other than to build PHP 5.2 binaries separately from the PVA and install them afterwards.

    It is not simple, thus the best for you to use another MySQL Server PVA within PHP 5.2 installed. You can install there additional software by entering command line mode (Alt+F2) and using 'yum install <package-name>' command.



  11. #11
    Parallels Team VA Admin's Avatar
    Join Date
    Jan 2009
    Posts
    269

    Default

    AMP Web Developer Suite

    Category: Development
    Title: AMP Web Developer Suite
    Abstract: PHP/Perl/Python development environment with MySQL and PostgreSQL

    List of licenses: Apache Software License, Artistic, BSD, GPL, PHP License, PSF
    Commercial license: no
    Development status: Stable/Production
    Version: 3.0
    Last update: 27 June 08

    VA Download URLs:
    amp_wds-3.0.zip
    amp_wds-3.0.zip.torrent


    VA Administrator Interfaces:
    https://<ip-address>:8443/
    Login: root
    Password: a

    http://<ip-address>/

    ssh://<ip-address>
    Login: root
    Password: a

    console
    Login: root
    Password: a






  12. #12
    Parallels Team VA Admin's Avatar
    Join Date
    Jan 2009
    Posts
    269

    Default

    AMP Web Developer Suite

    Category: Development
    Title: AMP Web Developer Suite
    Abstract: PHP/Perl/Python development environment with MySQL and PostgreSQL

    List of licenses: Apache Software License, Artistic, BSD, GPL, PHP License, PSF
    Commercial license: no
    Development status: Stable/Production
    Version: 3.0
    Last update: 17 July 08

    VA Download URLs:
    Any OS
    amp_wds-3.0.zip
    amp_wds-3.0.zip.torrent
    Windows
    amp_wds-3.0.msi
    amp_wds-3.0.msi.torrent
    Mac OS X
    amp_wds-3.0.dmg
    amp_wds-3.0.dmg.torrent


    VA Administrator Interfaces:
    https://<ip-address>:8443/
    Login: root
    Password: a

    http://<ip-address>/

    ssh://<ip-address>
    Login: root
    Password: a

    console
    Login: root
    Password: a






  13. #13

    Default

    Hello,

    I installed "AMP Web Developer Suite 3.0".

    Now I want to install more software (SWFTools). This software has to be compiled. in my docs I read that I have to use "make" or "gmake".
    It looks like these are not available in AMP Web Developer Suite.

    Can somebody tell me how to install SWFTools in this VM?

    Benedikt



  14. #14

    Default

    Hello again,

    I just noticed, that I could use yum to install software on my server.

    But when I call yum I get an error:

    Loading "installonlyn" plugin
    http://download.asplinux.ru/updates/...ta/repomd.xml: [Errno 4]
    IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
    Trying other morror.
    Error: Cannot open/read repomd.xml file in repository: asplinux-updates

    When I try to load the URL of that xml file I see that it does not exist.

    Where can I configure the URL of the repository?
    And what would be the right url?

    Benedikt



  15. #15

    Default

    It's right and should work now.



  16. #16

    Default

    Thanks for your reply!

    ... but with the newly downloaded and installed version I get the same error!

    The address of the xml file seams to be correct, but the system can't read it...

    Maybe the configuration of the network causes the problem.

    I use "AMP Web Developer Suite 3.0" on Parallels Desktop on a mac:
    - Mac OS X 10.5.7 and
    - Parallels Desktop 4.0.3844 german.

    What is the right network configuration that yum can read that xml file?

    Benedikt



  17. #17

    Default

    It seems you have no internet connection from the VM. Try to change brigded network mode to shared one in settings of the VM.



  18. #18

    Default

    Thanks!

    After setting the network of the VM to shared network yum finds it's way...

    Now I need information how to config yum to install SWFTools and all files that are needed for it.

    I tried this:

    [dries]
    name=Extra Fedora rpms dries - $releasever - $basearch
    #baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el2/en/i386/dries/RPMS
    enabled=0
    gpgcheck=0

    There it should find SWFTools, but it does not find anything.

    Do you have any information how to config yum?

    Benedikt



  19. #19

    Default

    I have been using AMP WDS with Parallels 5, I have upgraded to Parallels 6 now AMP WDS doesn't get an IP address. I'm not sure if it is an issue with Parallels config (network is set to default adaptor) and the #ifconfig returns:

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:......

    There is no eth0 adapter listed.

    Any advise as to how to sort this out would be great.

    Cheers

    David



  20. #20

    Default

    I have tried to restart the network service with:

    /etc/init.d/network restart

    and receive:

    Bringing up interface eth0: net2k-pci device eth0 does not seem to be present, delaying initialization.

    Does this indicate that the interface is not present in the virtual machine or the Parallels config?

    I can see the ifcfg-eth0 file, is there a text editor in the standard build of AMP? I have tried nano and that not installed.

    Cheers

    David



Page 1 of 2 1 2 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •