summaryrefslogtreecommitdiff
path: root/bin/setup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some minor improvements for setup scriptSheogorath2018-09-061-4/+6
| | | | | | | Since we use `yarn` for our container setup and try to enforce dependencies, we should also use yarn in the setup script. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Rebrand HackMD to CodiMDSheogorath2018-06-241-4/+3
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Prevent argument breaking by spacesSheogorath2017-10-101-2/+2
|
* Add fail fast optionSheogorath2017-01-231-0/+2
| | | Fail the script if a command inside it fails to prevent a install with exitcode 0 even when commands in it are failing.
* Remove config.js from setup filesYukai Huang2017-01-131-4/+0
|
* Remove bower occurencesYukai Huang2016-12-111-8/+2
|
* Config heroku deploymentYukai Huang2016-10-161-2/+4
|
* Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han2016-10-101-3/+3
| | | | make upgrade easier
* Do not recommend anything in setup scriptYukai Huang2016-10-051-2/+5
|
* Copy config only when file not existYukai Huang2016-10-051-3/+11
|
* Update config descriptionYukai Huang2016-10-051-3/+3
|
* Create bin/setup scriptYukai Huang2016-10-051-0/+41