Commit 439efa1c authored by ibuler's avatar ibuler

fix install bug

parent 59591c2a
...@@ -201,6 +201,12 @@ class PreSetup(object): ...@@ -201,6 +201,12 @@ class PreSetup(object):
self._rpm_repo() self._rpm_repo()
self._depend_rpm() self._depend_rpm()
self._require_pip() self._require_pip()
self._set_env()
self._pull()
self._input_ip()
self._input_mysql()
self._input_smtp()
self.write_conf()
os.system('python next.py') os.system('python next.py')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment