Changeset 63974f0 in sasview for build_tools


Ignore:
Timestamp:
Dec 13, 2016 4:49:10 AM (7 years ago)
Author:
trnielsen
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
95d32b7
Parents:
27313b7
Message:

Formatted for better Markdown view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/Vagrant/Ubuntu1404/README.md

    re84ccf5 r63974f0  
    1 How to setup VM SasViewQt Ubuntu1404 developer env using Vagrant 
     1Ubuntu Vagrant Setup for SasViewQt  
     2---------------------------------- 
     3 
     4How-to setup VM SasViewQt Ubuntu1404 developer env using Vagrant 
    25 
    36A: Provision VM 
     7--------------- 
    48 
    59B: Log on to VM - Setup Anaconda 
    6 01) Install miniconda: $ bash ./Miniconda2-latest-Linux-x86_64.sh 
    7 02) Export miniconda path: $ export PATH=/home/vagrant/miniconda2/bin:$PATH  
    8 03) Make sasviewqt env in minicona: conda env create -f environment.yml 
     10-------------------------------- 
     11 
     121. Install miniconda: $ bash ./Miniconda2-latest-Linux-x86_64.sh 
     132. Export miniconda path: $ export PATH=/home/vagrant/miniconda2/bin:$PATH  
     143. Make sasviewqt env in minicona: conda env create -f environment.yml 
    915 
    1016C: Build SasView 
    11 04) clone sasview: git clone https://github.com/SasView/sasview 
    12 05) clone sasmodels: git clone https://github.com/SasView/sasmodels 
    13 06) show sasview branch: git remote show origin 
    14 07) checkout ESS_GUI: git checkout ESS_GUI 
    15 08) build sasmodels: python setup.py build 
    16 09) build sasmodels doc: make html 
    17 10) build sasview: python setup.py build 
    18 11) build sasview: python setup.py docs 
    19 12) run sasview: python run.py 
    20 12) cd SasView/sasview/src/sas/qtgui 
    21 13) make gui: ./make_ui.sh 
    22 14) python run.py / python Main_Window.py depending on on your cloned githash 
     17---------------- 
     181. clone sasview: git clone https://github.com/SasView/sasview 
     192. clone sasmodels: git clone https://github.com/SasView/sasmodels 
     203. show sasview branch: git remote show origin 
     214. checkout ESS\_GUI: git checkout ESS\_GUI 
     225. build sasmodels: python setup.py build 
     236. build sasmodels doc: make html 
     247. build sasview: python setup.py build 
     258. build sasview: python setup.py docs 
     269. run sasview: python run.py 
     2710. cd SasView/sasview/src/sas/qtgui 
     2811. make gui: ./make_ui.sh 
     2912.python run.py / python Main\_Window.py depending on on your cloned githash 
    2330 
    2431Tips: 
    25 export PATH=/home/vagrant/miniconda2/bin:$PATH 
     32---- 
    2633 
    27 conda env export > environment.yml 
    28 conda env create -f environment.yml 
     34   - $ export PATH=/home/vagrant/miniconda2/bin:$PATH 
     35   - $ conda env export > environment.yml 
     36   - $ conda env create -f environment.yml 
    2937 
     38To activate this environment, use: 
    3039 
    31 # To activate this environment, use: 
    32 # > source activate sasviewqt 
    33 # 
    34 # To deactivate this environment, use: 
    35 # > source deactivate sasviewqt 
     40   - $ source activate sasviewqt 
    3641 
     42To deactivate this environment, use: 
     43 
     44   - $ source deactivate sasviewqt 
    3745 
    3846 
    3947Known problems: 
    40 libxml2 not installed. 
     48--------------- 
    4149 
     50    - libxml2 not installed. 
    4251 
Note: See TracChangeset for help on using the changeset viewer.