This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Add bash scripts for framework setup #63
Closed
Description
Description
As mentioned from Gerd, there should be bash / bat scripts for windows, mac os and unix to setup the development environment.
First, it should be tested if sbt, git and npm are installed. Then, all steps from the setup guide should be emulated, including the sbt commands. This would leave a ready-to-open project for IntelliJ.
TODOs:
- install script for bash (*nix systems)
- bat install script for windows
- Support for a
--dev
-option to check out thedevelop
branch directly - Discuss, if executing the steps from the
[Advanced]
-run is an additional / good idea - Update the wiki
References
Setup guide: https://github.com/codeoverflow-org/chatoverflow/wiki/Installation
Setup repository: https://github.com/codeoverflow-org/chatoverflow-setup