Compare commits
8 Commits
030d5e432e
...
bcf0d04de6
Author | SHA1 | Date | |
---|---|---|---|
|
bcf0d04de6 | ||
c1f7cd5d92 | |||
7ac72b91cd | |||
290772dfa2 | |||
e886e8af7e | |||
5f7e15dbea | |||
a00c20f3b1 | |||
caf98c54cd |
8
.idea/.gitignore
vendored
8
.idea/.gitignore
vendored
@ -1,8 +0,0 @@
|
|||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# Editor-based HTTP Client requests
|
|
||||||
/httpRequests/
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="MarkdownSettingsMigration">
|
|
||||||
<option name="stateVersion" value="1" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,10 +1,11 @@
|
|||||||
Cat detection
|
Cat detection
|
||||||
|
|
||||||
Quick guide:
|
Quick guide:
|
||||||
1. run ./scripts/build_image.bat
|
1. install docker
|
||||||
2. run ./scripts/start.bat
|
2. build image with `./scripts/build_image.bat`
|
||||||
|
3. run container with `./scripts/start.bat`
|
||||||
|
|
||||||
Quick tests guide:
|
Quick tests guide:
|
||||||
1. run ./scripts/run_tests.bat
|
1. run unit tests `./scripts/run_tests.bat`
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
Loading…
Reference in New Issue
Block a user