Has anyone used AMPPS stack to set up a local work environment for working with Dolphin? I need a way to do development work when I don't have internet access.
Has anyone used AMPPS stack to set up a local work environment for working with Dolphin? I need a way to do development work when I don't have internet access. Geeks, making the world a better place |
Shouldn't be hard. I recommend XAMPP, but you may need an older version with PHP 5.3 for work in Dolphin 7.0 and below. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I have only used WAMP and XAMPP. https://www.deanbassett.com |
However, my preferred method is to use VMware Player and install a actual copy of linux in a vm. If you also install VMware tools you can drag files from your windows desktop on to the Linux desktop. Otherwise you would need to use SSH or ftp to move files back and forth as if it was a hosted server. https://www.deanbassett.com |
OK, thanks, downloading a copy of XAMPP now. For now I am only working with 7.1.x Geeks, making the world a better place |
OK, I will look at setting up a VM with Linux as well. Geeks, making the world a better place |
I looked at XAMMP but decided to go ahead with AMPPS. I have already set up the domain, installed Dolphin 7.1.4, set up the FTP server and everything is up and running. Sweet!. I can just use my WinSCP client to access the Dolphin install to upload modules, files, etc. Not too shabby. Geeks, making the world a better place |
I looked at XAMMP but decided to go ahead with AMPPS. I have already set up the domain, installed Dolphin 7.1.4, set up the FTP server and everything is up and running. Sweet!. I can just use my WinSCP client to access the Dolphin install to upload modules, files, etc. Not too shabby. Didn't know there was a distribution stack called AMPPS (seems it's from Softaculous). As long as it works, but do keep in mind what Deano said about issues with transferring data from Windows to a Linux server. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I looked at XAMMP but decided to go ahead with AMPPS. I have already set up the domain, installed Dolphin 7.1.4, set up the FTP server and everything is up and running. Sweet!. I can just use my WinSCP client to access the Dolphin install to upload modules, files, etc. Not too shabby. Didn't know there was a distribution stack called AMPPS (seems it's from Softaculous). As long as it works, but do keep in mind what Deano said about issues with transferring data from Windows to a Linux server. Yes, but I normally upload files from windows to the linux server; I am guessing that by using the ftp server instead of doing direct file copies to the site directory, it should work the way I currently work when working on files locally and uploading them to the server. However, yes, I will keep in mind the differences between Linux and Windows. Geeks, making the world a better place |
Had some issues with mail(); I edited the php.ini file to set a path for sendmail to gmail; at least google is good for something. Did not really want to set up a local mail server on the machine. Geeks, making the world a better place |
Had some issues with mail(); I edited the php.ini file to set a path for sendmail to gmail; at least google is good for something. Did not really want to set up a local mail server on the machine. Depending on the platform, XAMPP includes a mail server, and it's all contained into that one directory. Granted, I hated it. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I looked at XAMMP but decided to go ahead with AMPPS. I have already set up the domain, installed Dolphin 7.1.4, set up the FTP server and everything is up and running. Sweet!. I can just use my WinSCP client to access the Dolphin install to upload modules, files, etc. Not too shabby. Didn't know there was a distribution stack called AMPPS (seems it's from Softaculous). As long as it works, but do keep in mind what Deano said about issues with transferring data from Windows to a Linux server. Yes, but I normally upload files from windows to the linux server; I am guessing that by using the ftp server instead of doing direct file copies to the site directory, it should work the way I currently work when working on files locally and uploading them to the server. However, yes, I will keep in mind the differences between Linux and Windows.
https://www.deanbassett.com |
I am guessing that by using the ftp server instead of doing direct file copies to the site directory,
https://www.deanbassett.com |
I am guessing that by using the ftp server instead of doing direct file copies to the site directory,
Thanks for the headsup on this. Geeks, making the world a better place |
You could also try my dAMP (AKA Dolphin Apache MySQL PHP): DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |