Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Jira
    serverJIRA
    serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
    keyNDS-312
  2. Jira
    serverJIRA
    serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
    keyNDS-563
  3. Jira
    serverJIRA
    serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
    keyNDS-386
  4. Jira
    serverJIRA
    serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
    keyNDS-318

Command-Line Interface

TODO: detail all possible commands, expected inputs/outputs, prerequisites, etc

Account Views

See 

Jira
serverJIRA
serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
keyNDS-563

...

  • View Sufia JSON, note CONFIG_REPO uses setTo solr6.CONFIG_REPO (NDS-601)
  • Add service Sufia and launch it
  • NDS-598: Open the solr logs and look for the section that looks like

     

     

    Created core mycore
    A conf/_rest_managed.json
    A conf/admin-extra.html
    ... 

     

     

    • This is the Sufia solr config being svn checkout'd from the ndslabs-sufia directory
  • Open the Sufia endpoint
  • Select "Login" > "Sign-up"
  • Select "Create Collection" > "Test"
  • Select "Dashboard" > My Dashboard
  • Select "Create Work" > Enter required fields/upload image file > Save

...

    • Download the Chisel client
    • Add and start RabbitMQ, note internal IP and port
    • Add and start Chisel server, note endpoint URL
    • Copy the command from the Chisel server logs and run your client. For example

       

       

      ./chisel client --auth=demo:password http://141.142.210.150:30540/ localhost:15672:10.0.0.25:15672
      2016/08/22 12:49:48 client: Connecting to ws://141.142.210.150:30540/
      2016/08/22 12:49:48 client: Fingerprint 79:1b:29:80:ad:33:f7:bf:17:5a:8a:00:7e:d8:25:20
      2016/08/22 12:49:48 client: Connected (Latency 1.930073ms) 

       

       

    • Open your browser to localhost:15672
    • Voila, you are tunneled in.

...