Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
fe424fdf
Commit
fe424fdf
authored
Nov 07, 2014
by
Igor Pečovnik
Browse files
added ispconfig autoinstall
parent
14c9999c
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions.sh
View file @
fe424fdf
...
...
@@ -23,7 +23,7 @@ create_ispconfig_configuration (){
#--------------------------------------------------------------------------------------------------------------------------------
# ISPConfig autoconfiguration
#--------------------------------------------------------------------------------------------------------------------------------
cat
>
/tmp/isp.conf
<<
EOF
cat
>
/tmp/isp.conf
.php
<<
EOF
<?php
\$
autoinstall['language'] = 'en'; // de, en (default)
\$
autoinstall['install_mode'] = 'standard'; // standard (default), expert
...
...
@@ -568,5 +568,5 @@ install_ISPConfig (){
cd
/tmp
wget
-q
http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
-O
- |
tar
-xz
cd
/tmp/ispconfig3_install/install/
php
-q
install.php
--autoinstall
=
/tmp/isp.conf
php
-q
install.php
--autoinstall
=
/tmp/isp.conf
.php
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment