Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizfonseca/vagrant-anatta-press
Vagrant Wordpress Configuration for Anatta Design
https://github.com/luizfonseca/vagrant-anatta-press
Last synced: 19 days ago
JSON representation
Vagrant Wordpress Configuration for Anatta Design
- Host: GitHub
- URL: https://github.com/luizfonseca/vagrant-anatta-press
- Owner: luizfonseca
- Created: 2014-02-04T04:08:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T04:20:24.000Z (almost 11 years ago)
- Last Synced: 2024-10-24T18:39:42.735Z (27 days ago)
- Language: Puppet
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's Installed
+ Ubuntu Precise (12.04)
+ Latest Wordpress
+ Mysql
+ Php
+ Phpmyadmin
+ Subversion
+ PEAR
+ Xdebug
+ PHPUnit
+ phploc
+ phpcpd
+ phpdcd
+ phpcs
+ phpdepend
+ phpmd
+ PHP_CodeBrowser
+ WordPress sniffs for phpcs
+ WordPress Unit Tests## Getting Started
This is a fairly simple project to get up and running.
The procedure for starting up a working WordPress is as follows:1. Clone the project. (There’s only master branch.)
2. Run the command `vagrant up`
3. Open your browser to http://localhost:8080## Working with the environment
To log in to the local Wordpress installation:
`http://localhost:8080/wp-admin/` the username is `admin`, the password is `vagrant`.
You can access phpMyAdmin:
`http://localhost:8080/phpmyadmin/` with username `wordpress`, password `wordpress`.
## A Few Details
* If you're needing a password (for anything - including mysql, it should be `vagrant`)
Inspired by Chad Thompson work.