|
@ -4,5 +4,14 @@ |
|
|
class EEVariables(): |
|
|
class EEVariables(): |
|
|
"""Intialization of core variables""" |
|
|
"""Intialization of core variables""" |
|
|
def ___init__(): |
|
|
def ___init__(): |
|
|
# TODO method for core variables |
|
|
|
|
|
pass |
|
|
#EasyEngine core variables |
|
|
|
|
|
ee_version |
|
|
|
|
|
|
|
|
|
|
|
#EasyEngine stack installation varibales |
|
|
|
|
|
ee_nginx_repo = "ppa:rtcamp/nginx" |
|
|
|
|
|
ee_nginx = "nginx-full" |
|
|
|
|
|
ee_php_repo = "ppa:ondrej/php5" |
|
|
|
|
|
ee_php = "php5" |
|
|
|
|
|
ee_mysql_repo = "" |
|
|
|
|
|
ee_mysql = "" |
|
|