Skip to content

Wordpress Plugin to create short URLs that can be easily shared, tweeted, or emailed to friends.

License

Notifications You must be signed in to change notification settings

jlopezmx/wp-shortener-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Box with Ubuntu 14.04, Nginx, MySQL and PHP-FPM

A Vagrant setup to create an Ubuntu 14.04 (Trusty) virtual machine with Nginx, MySQL and PHP for WordPress development.

Intended to be as simple as possible:

Summary

  • Quickly create a fresh WP instance served up via the Vagrant server.

Acknowledgements

This Vagrant box and provisioning is based on (https://github.com/digitalquery/wp-vagrant)

Before you start

Fresh WP install

Use these instructions if you want to create a new WP site with the default empty database.

  1. Fire up Vagrant to create the VM and then run the provisioning scripts
    $ vagrant up
    
    • This may take a little while as the provisioning scripts download and install everything
  2. Browse to 192.168.50.2 - you should see the default twentyfourteen theme

PHP version

To change the PHP version, edit settings.sh and set the php_version setting to 5.5, 5.6 or 7.0. Run vagrant provision if you're changing an already created vagrant instance

Settings.sh

The full list - more comments and explanation are in the settings.shfile itself.

About

Wordpress Plugin to create short URLs that can be easily shared, tweeted, or emailed to friends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published