Skip to content

paulsswanson/assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPIC PHP/MySQL Assessment

Get Started

System Information

  • ScotchBox Vagrant LAMP Stack
  • Ubuntu 14.04 LTS (Trusty Tahr)
  • PHP 5.6
  • MySQL 5.5
  • Vim
  • Git

Basic Vagrant Commands

Start or resume your server

vagrant up

Pause your server

vagrant suspend

Delete your server

vagrant destroy

SSH into your server

vagrant ssh

Database Access

MySQL

  • Hostname: localhost or 127.0.0.1
  • Username: root
  • Password: root
  • Database: epic
  • SSH Host: 192.168.33.10
  • SSH User: vagrant
  • SSH Pass: vagrant

About

EPIC PHP/MySQL Assessment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.4%
  • CSS 2.6%
  • Batchfile 2.0%