Skip to content

Commit dbccf56

Browse files
committed
Add instruction to run with docker
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 175969d commit dbccf56

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.rst

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,28 @@ security information.
99
Quick Installation
1010
--------------------
1111

12+
Run with Docker
13+
~~~~~~~~~~~~~~~
14+
15+
16+
Clone FederatedCode::
17+
18+
git clone https://github.com/aboutcode-org/federatedcode.git
19+
cd federatedcode
20+
21+
Build and run::
22+
23+
docker compose build
24+
docker compose up
25+
26+
27+
Local development installation
28+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29+
1230
On a Debian system, use this::
1331

1432
sudo apt-get install python3-venv python3-dev postgresql libpq-dev build-essential
15-
git clone https://github.com/nexB/federatedcode.git
33+
git clone https://github.com/aboutcode-org/federatedcode.git
1634
cd federatedcode
1735
make dev envfile postgresdb
1836
make test
@@ -163,9 +181,3 @@ funding is made available by the Swiss State Secretariat for Education, Research
163181
:target: https://nlnet.nl/discovery/
164182
:height: 40
165183
:alt: NGI Discovery logo
166-
167-
168-
169-
170-
171-

0 commit comments

Comments
 (0)