Developer guide

From LPI Wiki
Revision as of 12:45, 22 October 2015 by BenDupuis (talk | contribs) (Created page with "__FORCETOC__ ==Introduction== This is a quick start guide. ==Steps== install perforce create new perforce folder in Home directory create new file in this fol...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

This is a quick start guide.

Steps

install perforce create new perforce folder in Home directory create new file in this folder called .p4settings include in this file: P4PORT=p4.lpi.org:1666 P4CLIENT=yourclient P4USER=youruser P4PASSWD=yourpassword

edit .bashrc file to include: xamdev=/home/username/perforce/xamnet/dev/dev/pde/mojo xamman=/home/username/perforce/xamnet/man/dev/pde/mojo export P4CONFIG=.p4settings

install docker: sudo apt-get install docker

add user to docker group: usermod -a -G docker username