Skip to content

Commit

Permalink
Merge pull request #1050 from wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf…
Browse files Browse the repository at this point in the history
…/master

fix a readme typo
  • Loading branch information
AlyaGomaa authored Nov 4, 2024
2 parents a7c0c44 + c98e24e commit 247bc24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Then navigate to ```http://localhost:55000/``` from your browser.
For more info about the web interface, check the docs: https://stratospherelinuxips.readthedocs.io/en/develop/usage.html#the-web-interface


##### Kalispo (CLI-Interface)
##### Kalipso (CLI-Interface)

./kalipso.sh

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ RUN git clone https://github.com/IDMEFv2/python-idmefv2 \
# Switch to Slips installation dir on login.
WORKDIR ${SLIPS_DIR}

COPY P2P-image $SLIPS_DIR
COPY . $SLIPS_DIR

RUN pip install --ignore-installed --no-cache-dir -r install/requirements.txt \
&& chmod 774 slips.py \
&& git init \
&& git remote add origin https://github.com/stratosphereips/StratosphereLinuxIPS.git \
&& cd modules/kalipso \
&& npm install \
&& npm install


# build the pigeon and add pigeon to path
Expand Down

0 comments on commit 247bc24

Please sign in to comment.