Commit Graph

8 Commits

Author SHA1 Message Date
Julian Dax
24bed70dc1 Install parse-server 3.9.0 insted of 2.2 (#6069)
The script currently writes a package.json with a dependency on parse-server version 2.2. This should probably always be automatically updated to the latest version using some CI magic.
2019-09-20 10:43:33 -07:00
Julian Dax
431cb94ae3 Use #!/bin/bash instead of #!/bin/sh (#6062)
The script uses double square brackets, which are a non-standard extension to `[]`. Some shells (e.g. dash, the default shell under Debian) do not support double square brackets. The shebang line should reflect that.
2019-09-18 22:39:27 -07:00
Robin Naundorf
40b9f953ca Fix small display errors (#3500)
* Add missing '$' to declare variable
* Move \n to correct position
2017-02-11 12:24:09 -05:00
Florent Vilmart
c253daa9c9 Update bootstrap.sh (#2862)
* Update bootstrap.sh

Fix issue when generating config.json

* Update bootstrap.sh

Fix mongodb URI
2016-10-13 13:05:36 -04:00
Florent Vilmart
4974dbea37 Adds ability to ask for installation directory (#2746) 2016-09-24 13:42:51 -04:00
Sebastián Balay
1291f70a16 Fix malformed config.json in bootstrap.sh
The bootstrap bash script generates a wrong config.json file.
Instead of having a databaseURI property, it has a mongodbURI prop.
2016-05-10 18:13:06 -04:00
Florent Vilmart
0a4cc606c6 Adds curl test command 2016-03-22 20:10:13 -04:00
Florent Vilmart
b7a723fa7e Adds bootstrap.sh 2016-03-22 18:59:41 -04:00