User Tools

Site Tools


code:work:lvisf:2018gui:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:work:lvisf:2018gui:start [2018/12/13 02:28] – [Libraries] davidcode:work:lvisf:2018gui:start [2022/05/05 20:10] (current) david
Line 1: Line 1:
 ====== Development ====== ====== Development ======
 +
 +FIXME
 +  2022 Pandemic Edition
 +FIXME
 +
 +  * [[code:work:lvisf:2018gui:original|Original GUI Instructions]]
  
 ===== Suggested Improvements ===== ===== Suggested Improvements =====
Line 27: Line 33:
  
 ---- ----
 +
 +===== Network =====
 +
 +  * Install network tools (for **ipconfig**) <code>
 +sudo apt install net-tools
 +</code>
 +
 +===== Software =====
 +
 +  * Install **gparted** <code>
 +sudo apt-get install gparted
 +</code>
  
 ===== IDE ===== ===== IDE =====
 +
 +If you need to switch to KDE first [[https://itsfoss.com/install-kde-on-ubuntu/]]
 +
 +  * Install the standard components <code>
 +sudo apt install kde-standard
 +</code>
 +  * Set the display manager to **sddm** when prompted
 +
 KDevelop KDevelop
 <code>sudo apt-get install kdevelop</code> <code>sudo apt-get install kdevelop</code>
Line 180: Line 206:
 </code> </code>
   * Checkout the LVIS Facility GUI repository and open the project file (LVISCommander.kdev4) with KDevelop.  You may have to change absolutes paths in the **CMakeLists.txt** file.   * Checkout the LVIS Facility GUI repository and open the project file (LVISCommander.kdev4) with KDevelop.  You may have to change absolutes paths in the **CMakeLists.txt** file.
 +
 +==== Check out LVIS Backend Source ====
 +
 +<code>
 +cd ~/work
 +svn co https://svn.yancich.com:8443/svn/NASA/LVIS/trunk/lvisF
 +</code>
 +
 +==== Check out GUI Source ====
 +
 <code> <code>
 mkdir ~/work/lvisf-gui mkdir ~/work/lvisf-gui
Line 185: Line 221:
 # svn co svn+ssh://gs694-lvisdev.gsfc.nasa.gov/srv/svn/lvisf-gui # svn co svn+ssh://gs694-lvisdev.gsfc.nasa.gov/srv/svn/lvisf-gui
 # since our Yancich IT Security incident hehe, we have to use the local IP # since our Yancich IT Security incident hehe, we have to use the local IP
-svn co svn+ssh://10.4.1.1/srv/svn/lvisf-gui</code>+svn co svn+ssh://10.4.1.1/srv/svn/lvisf-gui
 </code> </code>
 +
  
 ===== Symlink to QGIS ===== ===== Symlink to QGIS =====
code/work/lvisf/2018gui/start.1544668115.txt.gz · Last modified: 2018/12/13 02:28 by david