Skip to content

Instantly share code, notes, and snippets.

View jpince's full-sized avatar

Jason Pince jpince

  • Liferay, Inc.
  • Diamond Bar, CA
View GitHub Profile
@jpince
jpince / Docker start up
Last active January 11, 2019 22:40
Manual Testing Liferay Portal via Docker Image
Ctrl + Alt + T to open a Terminal window
sudo docker run -it -p 8080:8080 liferay/portal-snapshot:master
once portal has started, open a new chrome tab to localhost:8080
log in as test/test
@jpince
jpince / install.sh
Last active January 18, 2019 18:12
Package Installation Script for Liferay Flex Team
#!/bin/bash
echo -e "\e[1;31mmap keys\e[0m"
# gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:swapcaps']"
sudo xdg-open /usr/share/X11/xkb/symbols/pc
-rf /var/lib/xkb/*
echo -e "\e[1;32mapt update\e[0m"
apt update
apt upgrade
echo -e "\e[1;33mdocker\e[0m"
apt install \