Skip to content

Commit

Permalink
update readme<2
Browse files Browse the repository at this point in the history
  • Loading branch information
dachafra committed Aug 20, 2020
1 parent 0c28ba9 commit c44e6fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ docker-compose up -d
# The path of the files in the mappings has to be: /data/nameOfTheFile.csv.
cp csvFiles.csv data/
cp mapping.ttl mappings/
cp config.ini funmap/
# For RDB instance
mkdir sql
cp sqlScript.sql sql/
docker-compose up -d
cp mapping.ttl mappings/
cp config.ini funmap/
# Execution
docker exec -it funmap python3 /funmap/run_translator.py /funmap/config[_rdb].ini
Expand Down

0 comments on commit c44e6fd

Please sign in to comment.