Skip to content

Commit 09d9863

Browse files
committed
Setup Instructions
1 parent f66d45c commit 09d9863

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
```

0 commit comments

Comments
 (0)