commit 0c86298c4bf7ba972f796a78857c648607f4f8a8 from: Sergey Bronnikov date: Wed Jan 21 12:21:39 2015 UTC start.sh commit - fae68e852863c0fe875a551c8d7c4df3926fa719 commit + 0c86298c4bf7ba972f796a78857c648607f4f8a8 blob - /dev/null blob + 25ce042e3c9a1ad4dbf3f0278122ff8c01c8e67c (mode 644) --- /dev/null +++ start.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +/usr/local/psa/bin/init_conf --init \ + -email PLESK_EMAIL \ + -passwd PLESK_PASSWORD \ + -company PLESK_COMPANY \ + -name PLESK_NAME \ + -phone PLESK_PHONE \ + -address PLESK_ADDRESS \ + -city PLESK_CITY \ + -state PLESK_STATE \ + -zip PLESK_ZIP \ + -country PLESK_COUNTRY \ + -license_agreed true + +# http://download1.parallels.com/Plesk/PP11/11.1/Doc/en-US/online/plesk-unix-cli/index.htm?fileName=39008.htm +/usr/local/psa/bin/ipmanage --update PLESK_IPRANGE -type shared + +#ADD ppp_multi_version_unix_key.xml /root/ +#RUN /usr/local/psa/admin/sbin/keymng --install --source-file /root/ppp_multi_version_unix_key.xml +#CMD [ "/usr/local/psa/admin/sbin/keymng", "--install", "--source-file /root/ppp_multi_version_unix_key.xml" ] + +/etc/init.d/psa start