mirror of
https://github.com/pterodactyl/development.git
synced 2026-05-04 11:05:21 -05:00
Merge branch 'master' of https://github.com/pterodactyl/development
This commit is contained in:
21
README
21
README
@@ -1,21 +0,0 @@
|
||||
# Pterodactyl Vagrant Environment
|
||||
This repository provides a basic vagrant environment suitable for development of Pterodactyl on your local machine.
|
||||
|
||||
### Getting Started
|
||||
You'll need the following things installed on your machine.
|
||||
|
||||
* Vagrant
|
||||
* VirtualBox
|
||||
* Docker
|
||||
|
||||
You'll also need the following Vagrant plugins: `vagrant-hostmanager` and `vagrant-vbguest`
|
||||
|
||||
### First Run
|
||||
These commands should be run if this will be your first time running Pterodactyl and you _do not already_ have a `.env` file configured.
|
||||
```
|
||||
vagrant up
|
||||
vagrant up --provision-with setup app
|
||||
```
|
||||
|
||||
### Subsequent Runs
|
||||
Once you already have everything setup for the app, you can simply run `vagrant up`. If you only need the application, and have your own SQL server, redis, and mailhog (or some combination), you can run `vagrant up [boxes]` and replace `[boxes]` with the boxes to bring online.
|
||||
23
README.md
23
README.md
@@ -1,2 +1,21 @@
|
||||
# development
|
||||
Development environment setup for Pterodactyl. This is used internally by our development team to ensure getting Pterodactyl running in a development environment is a painless as possible.
|
||||
# Pterodactyl Vagrant Environment
|
||||
This repository provides a basic vagrant environment suitable for development of Pterodactyl on your local machine.
|
||||
|
||||
### Getting Started
|
||||
You'll need the following things installed on your machine.
|
||||
|
||||
* Vagrant
|
||||
* VirtualBox
|
||||
* Docker
|
||||
|
||||
You'll also need the following Vagrant plugins: `vagrant-hostmanager` and `vagrant-vbguest`
|
||||
|
||||
### First Run
|
||||
These commands should be run if this will be your first time running Pterodactyl and you _do not already_ have a `.env` file configured.
|
||||
```
|
||||
vagrant up
|
||||
vagrant up --provision-with setup app
|
||||
```
|
||||
|
||||
### Subsequent Runs
|
||||
Once you already have everything setup for the app, you can simply run `vagrant up`. If you only need the application, and have your own SQL server, redis, and mailhog (or some combination), you can run `vagrant up [boxes]` and replace `[boxes]` with the boxes to bring online.
|
||||
|
||||
Reference in New Issue
Block a user