2019-02-05 21:08:32 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-03-14 01:04:59 +01:00
|
|
|
#=================================================
|
|
|
|
# COMMON VARIABLES
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
# dependencies used by the app
|
2019-07-18 18:37:40 +02:00
|
|
|
pkg_dependencies="mongodb mongodb-server mongo-tools"
|
2020-02-16 11:51:50 +01:00
|
|
|
nodejs_version=12.15.0
|
2019-03-14 01:04:59 +01:00
|
|
|
|
2019-02-20 17:45:11 +01:00
|
|
|
#=================================================
|
|
|
|
# PERSONAL HELPERS
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# EXPERIMENTAL HELPERS
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# FUTURE OFFICIAL HELPERS
|
|
|
|
#=================================================
|