User:Groundup/Development environment: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "* Download Oracle VirtualBox * Download Ubuntu Server * Setup new VM * Bridge the network adapter to your internet connection * Install openssh on the installation * Install Ngin...")
 
(No difference)

Latest revision as of 06:24, 1 February 2013

  • Download Oracle VirtualBox
  • Download Ubuntu Server
  • Setup new VM
  • Bridge the network adapter to your internet connection
  • Install openssh on the installation
  • Install Nginx, PHP-FPM, MySQL, Git
    • Install PHP packages: php-apc,
  • Set Nginx root to /srv/www
  • Run `ifconfig` to get the VM's IP address
  • Setup your hosts file for smf.dev
  • Fork the SMF repo
  • Clone the repo locally
  • Download Workbench
  • Connect workbench via SSH
  • Create a smf schema
  • git clone https://github.com/{username}/SMF2.1.git
  • git remote add smf_dev https://github.com/SimpleMachines/SMF2.1.git


Advertisement: