Developer guide: Difference between revisions

From LPI Wiki
Jump to navigationJump to search
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..."
 
BenDupuis (talk | contribs)
Line 6: Line 6:
==Steps==
==Steps==


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


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


install docker:
install docker:
sudo apt-get install docker
sudo apt-get install docker


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

Revision as of 12:47, 22 October 2015

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