Dev set up

This commit is contained in:
2019-07-01 10:15:24 -04:00
parent da1a3d5491
commit 23a4e98668
340 changed files with 23143 additions and 41 deletions

54
Vagrantfile vendored
View File

@ -90,55 +90,27 @@ Vagrant.configure("2") do |config|
]
chef.roles_path ='ops/roles'
chef.add_role('common')
chef.add_role('app')
chef.json = {
'working-dir': '/vagrant',
'app': {
'name': 'change_me',
'name': 'datacom_abc',
'domain': 'localhost',
},
# 'nodejs': {
# 'working-dir': 'node_rtc',
# 'port': '8001'
# },
# 'python': {
# 'working-dir': 'django',
# },
# 'db':{},
# 'redis':{
# 'unix': {
# 'perm': '777'
# }
# },
# 'django': {
# 'settings_path': 'project/settings',
# 'email': {
# 'host': 'smtp.gmail.com',
# 'port': '587',
# 'tls': 'True',
# },
# 'allowed_hosts': [
# '*'
# ],
# 'github': {
# 'TEST_ORG': 'ByteTesting',
# 'DISTRIBUTOR_ORG': 'ByteExercises',
# 'SOURCE_ORG': 'ByteAcademyCo'
# }
# },
# 'web':{
# 'admin_email': 'admin2342@example.com',
# 'do_ssl': false,
'php': {
'working-dir': 'php'
},
'db':{
# 'root_password': 'hostdogs'
},
'web':{
'admin_email': 'admin2342@example.com',
'do_ssl': false,
'root': '/vagrant/php'
# 'static': [
# {'uri': '/static', 'path': 'django/staticfiles'},
# ],
# 'wsgi': {
# 'wsgi_path': 'django/project/wsgi.py',
# },
# 'socket.io': {
# 'host': 'localhost',
# 'port': '8001',
# }
# },
},
}.deep_merge(secrets);
end
end