mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Minor README update.
This commit is contained in:
parent
e41cdce65c
commit
d2cc6cf011
1 changed files with 10 additions and 7 deletions
17
README.md
17
README.md
|
@ -33,19 +33,22 @@ these are smaller in scope and easier to tackle if you're unfamiliar with the co
|
||||||
Starting a dev environment
|
Starting a dev environment
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
To begin development, you must do three things:
|
To begin development, do the following:
|
||||||
|
|
||||||
1. Install the `vagrant-hostmanager` plugin: `vagrant plugin install vagrant-hostmanager`
|
1. Install [Vagrant](https://www.vagrantup.com/downloads.html) and
|
||||||
|
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) if you don't have them already.
|
||||||
|
|
||||||
2. Install the `vagrant-bindfs` plugin: `vagrant plugin install vagrant-bindfs`
|
2. Install the `vagrant-hostmanager` plugin: `vagrant plugin install vagrant-hostmanager`
|
||||||
|
|
||||||
3. Create the directory `pony.fm.files` in the repository's parent directory
|
3. Install the `vagrant-bindfs` plugin: `vagrant plugin install vagrant-bindfs`
|
||||||
|
|
||||||
4. Run `vagrant up` from the folder in which you cloned the repository
|
4. Create the directory `pony.fm.files` in the repository's parent directory
|
||||||
|
|
||||||
5. Run `vagrant ssh`, `cd /vagrant`, and `php artisan poni:setup`.
|
5. Run `vagrant up` from the folder in which you cloned the repository
|
||||||
|
|
||||||
6. Follow the instructions in the "Asset pipeline" section below to set that up.
|
6. Run `vagrant ssh`, `cd /vagrant`, and `php artisan poni:setup`.
|
||||||
|
|
||||||
|
7. Follow the instructions in the "Asset pipeline" section below to set that up.
|
||||||
|
|
||||||
Once everything is up and running, you'll be able to access the site at [http://ponyfm-dev.poni/](http://ponyfm-dev.poni/). You can access the MySQL database by logging into **ponyfm-dev.poni:3306** with the username **homestead** and the password **secret**. Pony.fm's database is named **homestead**.
|
Once everything is up and running, you'll be able to access the site at [http://ponyfm-dev.poni/](http://ponyfm-dev.poni/). You can access the MySQL database by logging into **ponyfm-dev.poni:3306** with the username **homestead** and the password **secret**. Pony.fm's database is named **homestead**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue