setup DWG experience

setup DWG experience

Prerequisite

  • Have a raspberry Pi 3 or  an Armbian 64bits with 2Mo of RAM compatible board,
  • Have a second network interface on its, by using onboard wifi, or usb addon,
  • 3 kind of storage : a variable, standard and fast one.

Sample hardware

I'm using an Odroid C2,
I had plug an USB3 DLink wired network GB ethernet.
For variable storage, I'm using an external HD ; For standard storage an USB key, and another USB key for fast storage.

Prepare host

Prepare Step 1 : Setup first volume groups and download puppet manifests

You have to had a volume group named system and another DATA. Both are on a HD storage.

So you have to install lvm2

root@palette:/home/pi# apt install -y lvm2


root@palette:/home/pi# pvdisplay -C

  PV         VG     Fmt  Attr PSize  PFree 

  /dev/sda1  FAST   lvm2 a--  28.64g 28.64g
  /dev/sdb1  DATA2  lvm2 a--  14.32g 13.82g
  /dev/sdc1  system lvm2 a--  32.00g 29.50g
  /dev/sdc2  DATA   lvm2 a--  26.22g 14.12g

root@bronco:/home/pi# pvdisplay -C
  PV         VG     Fmt  Attr PSize   PFree 
  /dev/sda1  system lvm2 a--   32,00g 30,30g
  /dev/sda2  DATA   lvm2 a--  266,09g 55,99g
  /dev/sdb1  FAST   lvm2 a--    3,72g  2,22g
  /dev/sdc1  DATA2  lvm2 a--   14,55g  4,53g

Two samples on palette and bronco.

You have to set /usr/tidy : to do so, copy the line for the '/' mount, and replace '/' with '/usr/tidy', mkdir /usr/tidy and do 'mount -a'

Create lv on system for puppet : Execute command listed in http://experience-ppprod-parc.blogspot.fr/2016/04/installation-de-puppet-et-librarian.html

Prepare step 2 : Setup your environment

You have 2 solutions :
- You simply want to use the system,
- You plan to be involve in the project.

In the first case, simply install your prefered editor, like emacs-nox.

In the second case, follow this post : http://experience-ppprod-parc.blogspot.com/2017/04/setup-dwg-experience-development.html

Aucun commentaire: