Skip to content
Snippets Groups Projects

Update orion.md

Merged Mahmuda Akter Disa requested to merge hiwi into master
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
+ 9
2
@@ -95,14 +95,21 @@ sudo ./build.sh
@@ -95,14 +95,21 @@ sudo ./build.sh
Start up Orion and mongodb with the default **docker-compose.yml** file inside **build/orion/orion3.0.0 directory**.
Start up Orion and mongodb with the default **docker-compose.yml** file inside **build/orion/orion3.0.0 directory**.
```
```
cd fiware-pi/build/orion/orion-3.0.0
cd fiware-pi/build/orion/orion-3.0.0
unknown
sudo systemctl status mongod
 
sudo systemctl start mongod (if it is not active)
 
Sudo docker-compose up
```
```
**OR**
**OR**
Start up Orion and mongodb with the [FISMEP](../fismep/fismep.md) **[docker-compose.yml](../fismep/docker-compose.yml)**.
Start up Orion and mongodb with the [FISMEP](../fismep/fismep.md) **[docker-compose.yml](../fismep/docker-compose.yml)**.
```
```
unknown
inside of the FISMEP:
 
sudo systemctl status mongod
 
sudo systemctl start mongod (if it is not active)
 
Sudo docker-compose up
 
 
```
```
Run the following command to confirm that Orion has been successfully built and running.
Run the following command to confirm that Orion has been successfully built and running.
Loading