-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
279 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
LAPI_URL=http://crowdsec:8080 | ||
REDIS_DSN=redis://redis:6379 | ||
MEMCACHED_DSN=memcached://memcached:11211 | ||
MEMCACHED_DSN=memcached://memcached:11211 | ||
REDIS_DSN=redis://redis:6379 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,14 @@ We explain here how to run the tests. | |
1) Build crowdesc docker image | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
First we need to create the crowdsec docker image. | ||
At this day, there is no crowdsec images on docker hub, so you have to build it by yourself. | ||
|
||
.. code-block:: sh | ||
TODO P3 when v1.0.0 will be release, get the latest stable version. | ||
|
||
git clone [email protected]:crowdsecurity/crowdsec.git && cd $_ && docker build -t crowdsec . && cd .. && rm -rf ./crowdsec | ||
.. code-block:: sh | ||
git clone --branch v1.0.0-rc4 [email protected]:crowdsecurity/crowdsec.git .tmp-crowdsec \ | ||
&& docker build -t crowdsec:v1.0.0-rc4 ./.tmp-crowdsec \ | ||
&& rm -rf ./.tmp-crowdsec | ||
.. _2-install-composer-dependencies: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.