summaryrefslogtreecommitdiff
path: root/bin/setup (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-06Some minor improvements for setup scriptSheogorath1-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>
2018-06-24Rebrand HackMD to CodiMDSheogorath1-4/+3
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-10-10Prevent argument breaking by spacesSheogorath1-2/+2
2017-01-23Add fail fast optionSheogorath1-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.
2017-01-13Remove config.js from setup filesYukai Huang1-4/+0
2016-12-11Remove bower occurencesYukai Huang1-8/+2
2016-10-16Config heroku deploymentYukai Huang1-2/+4
2016-10-10Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han1-3/+3
make upgrade easier
2016-10-05Do not recommend anything in setup scriptYukai Huang1-2/+5
2016-10-05Copy config only when file not existYukai Huang1-3/+11
2016-10-05Update config descriptionYukai Huang1-3/+3
2016-10-05Create bin/setup scriptYukai Huang1-0/+41