File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11db
22config.ini
3- config.bak
3+ config.bak
4+ TEMPLATE-INFO.txt
Original file line number Diff line number Diff line change 1+ # Setup
2+
3+ ``` sh
4+ # Clone mercurial repository.
5+ hg clone http://hg.code.sf.net/p/roundup/code roundup
6+
7+ # Navigate to roundup, then git clone tracker only repo.
8+ cd roundup
9+ git clone https://github.com/UMB-CS-682-Team-03/tracker.git
10+
11+ # Init the demo tracker
12+ python3 demo.py -b sqlite
13+
14+ # Move the files from tracker dir to demo dir
15+ cp -r ./tracker/** /* ./demo
16+ cp -r ./tracker/.git ./tracker/.gitignore ./demo
17+
18+ # Delete the tracker dir
19+ rm -rf ./tracker
20+
21+ # Now you are setup open the roundup folder in VScode.
22+ # Any new changes are only to be done in demo dir
23+ # git is initialised to track origin in demo dir
24+ ```
You can’t perform that action at this time.
0 commit comments