Andre 2ebe78f96e First Commit Windows Agent 12 лет назад
..
README.txt 2ebe78f96e First Commit Windows Agent 12 лет назад
agent_installer-x86_64.bat 2ebe78f96e First Commit Windows Agent 12 лет назад
agent_installer.bat 2ebe78f96e First Commit Windows Agent 12 лет назад
panel_installer-x86_64.bat 2ebe78f96e First Commit Windows Agent 12 лет назад
panel_installer.bat 2ebe78f96e First Commit Windows Agent 12 лет назад
rebaseall.bat 2ebe78f96e First Commit Windows Agent 12 лет назад
remove_all_cygwin_related.bat 2ebe78f96e First Commit Windows Agent 12 лет назад

README.txt

BOTH SCRIPTS:
Both installers must be run as administrator.
This script will install all in the folder where it is executed.
CygWin and all the scripts must be installed in the same folder.
Do not change any option in the cygwin setup but the main mirror.
Cygports mirror ( mirros.kernel.org ) must be checked as well.
After the first Cygwin installation you should use the commands
mkpasswd and mkgroup to generate the file /etc/passwd:

mkpasswd -l > /etc/passwd
mkgroup -l > /etc/group

This is usefull to prevent the error:
"Unable to open the passwd file: No such file or directory"

PANEL SCRIPT:
Stop the agent and pure-ftpd before running the panel installer,
because apache2 needs to use 'rebaseall -v' from the dash shell to get it working properly,
and this action requieres all processes stopped before running it.