Skip to content

Commit e601ce8

Browse files
authored
Merge pull request #10 from UMB-CS-682-Team-03/test_nik
Added a README for setup instructions
2 parents f66d45c + 3f13b2a commit e601ce8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
db
22
config.ini
3-
config.bak
3+
config.bak
4+
TEMPLATE-INFO.txt

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)