Giter Site home page Giter Site logo

anduril-web-docker's Introduction

anduril-web-docker

How to use

Please do not use root for any of the following steps.

You must set the following environment variables:

You must have docker installed and running to mount the docker socket.

Your user account must have permissions to access docker.

You must have java installed.

You can now start the application jar and use the webinterface (Open your browser and enter: YOUR_SERVER_IP:YOUR_SELECTED_PORT_FROM_ABOVE)

How to set an environment variable on ubuntu

  1. nano ~/.bash_profile
  2. Add: export THE_VARIABLE=THE_VALUE at the end of the file for each variable listed, separated by a new line.
  3. source ~/.bash_profile

How to install docker on ubuntu

See https://docs.docker.com/engine/install/ubuntu/

How to allow your user account to access docker

  1. sudo usermod -a -G docker youruser
  2. Close and reopen your ssh session or if you are not using a server, log off and log in again

How to install java on ubuntu

  1. sudo apt-get install openjdk-17-jre-headless -y

How to start the application jar

  1. Adjust the following commands depending on the actual version you're going to use. All version links can be found on https://github.com/fayeinmay/anduril-web-docker/releases
  2. wget https://github.com/fayeinmay/anduril-web-docker/releases/download/1.0.0/anduril-web-docker-backend-0.0.1-SNAPSHOT.jar
  3. java -jar anduril-web-docker-backend-0.0.1-SNAPSHOT.jar

anduril-web-docker's People

Contributors

fayeinmay avatar

Stargazers

Robby Ronk avatar Site Reliability Enby avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.