Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/improve-setup'
Browse files Browse the repository at this point in the history
  • Loading branch information
doinaoki committed Oct 5, 2024
2 parents c1f4cf1 + 955d9a7 commit c13b6ce
Show file tree
Hide file tree
Showing 256 changed files with 21 additions and 800 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.pyc
RefactoringMiner
AbbrExpansion
projects/*
.DS_STORE
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ RUN apt-get update && apt-get install -y \
openjdk-17-jre
RUN pip install --upgrade pip

ENV PATH="/work/gradle-8.2.1/bin:${PATH}"

COPY requirements.txt /root
COPY downloadNLTK.py /root
RUN pip install --no-cache-dir -r /root/requirements.txt
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Docker Compose](https://docs.docker.com/compose/) plugin v2
- Confirmed working at v2.19.1
- If you reproduce our result, docker can use at least **14GB** of memory. If you just run the tool, at least 4GB of memory is needed (depending on the project to apply).
- [Git](https://git-scm.com/)

- If you reproduce our result, you will need **60GB** of free disk space or more. If you just run the tool, probably just 5GB of free disk is needed (depending on the project to apply).

Expand All @@ -21,17 +22,19 @@ $ git clone https://github.com/salab/RENAS
$ cd RENAS
```

2. Get the source code of [extended KgExpander](https://github.com/salab/AbbrExpansion) and place it under the $RENAS directory.
Note that its build will be conducted in a later process.
2. Run the pre-setup script.
```
$ git clone https://github.com/salab/AbbrExpansion
$ ./setup.sh
```
This will result in a directory structure like this:
```
RENAS
├ AbbrExpansion
│ ├ code
│ ├ ...
├ RefactoringMiner
│ ├ RefactoringMiner-2.0.2
│ ├ ...
```

3. Prepare target project directories (see the sections below).
Expand Down
Binary file removed RefactoringMiner/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed gradle-8.2.1/.DS_Store
Binary file not shown.
420 changes: 0 additions & 420 deletions gradle-8.2.1/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions gradle-8.2.1/NOTICE

This file was deleted.

11 changes: 0 additions & 11 deletions gradle-8.2.1/README

This file was deleted.

248 changes: 0 additions & 248 deletions gradle-8.2.1/bin/gradle

This file was deleted.

Loading

0 comments on commit c13b6ce

Please sign in to comment.