how to install sbt without internet connection

CLTECH

I am trying to install sbt on our RedHat Linux server (RHEL6.8). The server doesn't have internet connection. I downloaded sbt-1.0.x.zip from github but I don't see installation instruction. In README.md file, it points to http://www.scala-sbt.org/release/docs/Getting-Started/Setup which tells me to use yum command. But that would require Internet connection. Can anyone help? Thank you.

Justin Kaeser

sbt 0.13.15 supports offline installation with a preloaded local repo:

sbt 0.13.15 adds two new repositories called “local-preloaded-ivy” and “local-preloaded” that point to ~/.sbt/preloaded/. The purpose for the repositories is to preload them with sbt artifacts during the initial installation, instead of resolving from the remote repository on the first run. This enables installation of sbt without network connection.

To enable resolving of your own dependencies, it should be sufficient to add them to the preloaded directory.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to install [ gcc ] without internet connection?

From Dev

How to install BBB without a (direct) Internet connection?

From Dev

How to install NodeJS project locally without internet connection?

From Dev

how can I install "pip wheel" on a machine without internet connection?

From Dev

How do I do a minimal install without an internet connection?

From Dev

How to install R in a RedHat server without internet connection

From Dev

How do I install 'Make' without internet connection?

From Dev

How to install packages without internet

From Dev

How can I install `flashplugin-installer` and `ttf-mscorefonts-installer` without an Internet connection?

From Dev

How can I install .NET framework 3.5 on XP machines without internet connection?

From Dev

How can I install the Atheros AR8161 drivers without an internet connection?

From Dev

How can I install `flashplugin-installer` and `ttf-mscorefonts-installer` without an Internet connection?

From Dev

How install apps into ubuntu phone (Meizu pro 5) without connection to internet (by USB)?

From Dev

How to install docker-engine using docker binary without internet connection

From Dev

How do I re-install Network Manager without an internet connection?

From Dev

How to create hotspot without internet connection?

From Dev

How to communicate App with Server without internet connection?

From Dev

python: How to create virtualenv without internet connection

From Dev

How to create hotspot without internet connection?

From Dev

How to communicate App with Server without internet connection?

From Dev

How to reinstall dhcpcd without internet connection

From Dev

How could a package be installed without internet connection

From Dev

Install B43 drivers without internet connection

From Dev

Install Haskell packages using cabal without internet connection

From Dev

Install B43 drivers without internet connection

From Dev

Install packages in CentOS from DVD without connection to internet

From Dev

Install GNOME/KDE on RedHat without direct internet connection

From Dev

How to install a Cisco valet connector without internet?

From Dev

how to install pip without network or internet

Related Related

  1. 1

    How to install [ gcc ] without internet connection?

  2. 2

    How to install BBB without a (direct) Internet connection?

  3. 3

    How to install NodeJS project locally without internet connection?

  4. 4

    how can I install "pip wheel" on a machine without internet connection?

  5. 5

    How do I do a minimal install without an internet connection?

  6. 6

    How to install R in a RedHat server without internet connection

  7. 7

    How do I install 'Make' without internet connection?

  8. 8

    How to install packages without internet

  9. 9

    How can I install `flashplugin-installer` and `ttf-mscorefonts-installer` without an Internet connection?

  10. 10

    How can I install .NET framework 3.5 on XP machines without internet connection?

  11. 11

    How can I install the Atheros AR8161 drivers without an internet connection?

  12. 12

    How can I install `flashplugin-installer` and `ttf-mscorefonts-installer` without an Internet connection?

  13. 13

    How install apps into ubuntu phone (Meizu pro 5) without connection to internet (by USB)?

  14. 14

    How to install docker-engine using docker binary without internet connection

  15. 15

    How do I re-install Network Manager without an internet connection?

  16. 16

    How to create hotspot without internet connection?

  17. 17

    How to communicate App with Server without internet connection?

  18. 18

    python: How to create virtualenv without internet connection

  19. 19

    How to create hotspot without internet connection?

  20. 20

    How to communicate App with Server without internet connection?

  21. 21

    How to reinstall dhcpcd without internet connection

  22. 22

    How could a package be installed without internet connection

  23. 23

    Install B43 drivers without internet connection

  24. 24

    Install Haskell packages using cabal without internet connection

  25. 25

    Install B43 drivers without internet connection

  26. 26

    Install packages in CentOS from DVD without connection to internet

  27. 27

    Install GNOME/KDE on RedHat without direct internet connection

  28. 28

    How to install a Cisco valet connector without internet?

  29. 29

    how to install pip without network or internet

HotTag

Archive