Is production: true
#migrated

Title: How to setup customized sbt console

Created: 19 Sep 2019 Modified: 19 Sep 2019

Description:



The sbt console are modified environment for sbt console.

Instructions

  1. Install java[link], scala and sbt [link].

  2. Clone repository

    cd ~
    mkdir sbt_console
    git clone https://github.com/adamhung12/SbtConsoleShell.git sbt_project
    
  3. Setup environment

    cd ~/sbt_console
    mkdir sbt_console_config_home
    
    # edit below config file to system
    vim ~/.bash_profile
    # append below code
    x_sbt_console_config_home=~/sbt_console/sbt_console_config_home
    export x_sbt_console_config_home
    
    source ~/.bash_profile
    
  4. Start sbt console

    cd sbt_project
    sbt console
    

[Legacy Link]