-
Notifications
You must be signed in to change notification settings - Fork 45
Prepare a fresh Ubuntu instance for ODE installation
vmayorskiy-al edited this page Aug 9, 2018
·
17 revisions
Prepare a fresh Ubuntu instance for running the ODE by installing Maven, Docker, Docker-Compose, and Java 8.
Run the following commands, in order.
sudo apt update
sudo apt install maven
mvn -version
sudo apt install docker.io
sudo -i
curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` > /usr/bin/docker-compose
exit
sudo chmod +x /usr/bin/docker-compose
sudo add-apt-repository ppa:webupd8team/java
sudo apt update
sudo apt install oracle-java8-installer
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
IMPORTANT! Must log out then log back in before doing this step to allow the permissions change from step 4 to take effect.
sudo service docker restart
7. From here, follow the ODE install and build instructions in the README.
- 8/9/18 - Minor edits: fixing typos in some commands
- 12/26/17 - Updated docker-compose version to 1.18.0
- 9/12/17 - Changed docker-compose version to 1.16.1 and minor edits.
- Decode a file with asn1c
- Deposit BSM to S3
- Docker fix for SSL issues due to corporate network
- Docker management
- ECDSA Primer
- Filter BSMs through PPM module
- Geofence Filtering for PPM
- Import BSMs from RSU log file
- Import TIMs from RSU log file
- jpo security svcs Integration
- Link host directory to Docker directory
- Migrating from SDW websocket depositor to SDW Depositor Submodule
- ODE Release Deployment
- ODE Release Preparation
- Prepare a fresh Ubuntu instance for ODE installation
- Process for Handling Bugs (Code Defects)
- Run the ODE using the ASN codec module
- Query RSU for set TIMs
- Schema Version 6 Change Notice
- Signed Message File Import
- TIM REST Endpoint Changes
- Using the .env configuration file
- Using the ODE test harness
- Delete TIM on RSU test
- Event Logger Test
- Import Decode and Deliver BSM Test
- Manage SNMP Test
- Sending PDM to RSU Test
- Sending TIM to RSU Test
- Submit_TIM_To_SDW Test
- Log File Changes (schemaVersion=4)
- Receive BSMs over UDP
- Receive ISD via UDP and deposit to SDC
- Receive VSD via UDP and deposit to SDC
- Run the crypto test vectors code with ODE team's OSS encoder
- SchemaVersion 5 Change Notice