Skip to content

Commit

Permalink
docker system working with test data
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Jul 27, 2023
1 parent 1995c8c commit 3c46617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/first_install_tables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1761,15 +1761,15 @@
},
{
"model": "wetlab.runconfigurationtest",
"pk": 4,
"pk": 2,
"fields": {
"run_test_name": "NextSeq_Test_001",
"run_test_folder": "NextSeq_Test"
}
},
{
"model": "wetlab.runconfigurationtest",
"pk": 4,
"pk": 3,
"fields": {
"run_test_name": "NovaSeq_Test_001",
"run_test_folder": "NovaSeq_Test"
Expand Down
2 changes: 2 additions & 0 deletions docker_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@ fi

echo "Running crontab"
docker exec -it iskylims_app python3 manage.py crontab add
docker exec -it iskylims_app cron

echo "You can now access iskylims via: http://localhost:8001"
2 changes: 1 addition & 1 deletion test/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -15830,7 +15830,7 @@
"ip_server": "",
"port_server": "445",
"remote_server_name": "samba",
"shared_folder_name": "NGS_Data",
"shared_folder_name": "ngs_data",
"user_id": "samba_user",
"user_password": "sambapasswd",
"is_direct_tcp": true,
Expand Down

0 comments on commit 3c46617

Please sign in to comment.