I am using a MAC P.C. to develop scriptcase application to a LOCAL directory I don’t have a serve to FTP at this time and I am having problems completing the deployment process.
First try:
I first deployed the application using a zip file and a local directory
For directory I entered /Developer
Deployment gave a huge amount of erros loading images and templates but completed creating a file called project_1.zip
A link appears after the zip file is created that says “click to download”
I clicked the link and the zip file was downloaded to my Downloads folder but I expected it to be downloaded to the selected folder but is not the case.
NOTE that the zip file is not zipped is a straight folder with all the application files ???
I copied the zip file to the Developers folder
Gave the permissions needed
Open the web browser and enter the following: http://localhost:85/project_1/_lib but it does not work it goes nowhere…
Second Try:
Deleted the first zip folder and deployed again this time to a folder withing /Applications/NetMake/v7/wwwroot/project_2.zip
I get the following results:
This deployment creates the same contents as the zip file but on this folder: /Applications/NetMake/v7/wwroot/ … (all files on the zip file are here - this seems wrong !!!).
Next I copied the new zip folder to the wwwroot/project (note is not a zipped folder)
Gave all the permissions to the folder
Open the web browser again this time with : http://localhost:85/project_1/_lib — >>> same results it does nothing.
Can anyone help with mac deployment to a local directory???