Skip to content

Commit

Permalink
remove everything about vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewschleifer authored and SamSaffron committed Apr 4, 2018
1 parent 17f12c0 commit 1ba9530
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 238 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public/tombstone/*

# Ignore bundler config
/.bundle
/.vagrant
/.vagrantfile
/cache
/coverage/*

Expand Down Expand Up @@ -95,9 +93,6 @@ config/fog_credentials.yml
script/download_db
script/refresh_db

# temp directory for chef (used to configure vagrant VM)
chef/tmp/*

# .procfile
.procfile

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Browse [lots more notable Discourse instances](https://www.discourse.org/custome

## Development

1. If you're **brand new to Ruby and Rails**, please see [**Discourse as Your First Rails App**](http://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/) or our [**Discourse Vagrant Developer Guide**](docs/VAGRANT.md), which includes a development environment in a virtual machine.
1. If you're **brand new to Ruby and Rails**, please see [**Discourse as Your First Rails App**](http://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/).

2. If you're familiar with how Rails works and are comfortable setting up your own environment, use our [**Discourse Advanced Developer Guide**](docs/DEVELOPER-ADVANCED.md).

Expand Down
48 changes: 0 additions & 48 deletions Vagrantfile

This file was deleted.

2 changes: 1 addition & 1 deletion docs/DEVELOPER-ADVANCED.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Discourse Advanced Developer Install Guide

This guide is aimed at advanced Rails developers who have installed their own Rails apps before. If you are new to Rails, you are likely much better off with our **[Discourse Vagrant Developer Guide](VAGRANT.md)**.
This guide is aimed at advanced Rails developers who have installed their own Rails apps before.

Note: If you are developing on a Mac, you will probably want to look at [these instructions](DEVELOPMENT-OSX-NATIVE.md) as well.

Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT-OSX-NATIVE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Developing under OS X Without Vagrant
# Developing under OS X

These instructions assume you have read and understood the **[Discourse Advanced Developer Install Guide](DEVELOPER-ADVANCED.md)**.

Expand Down
164 changes: 0 additions & 164 deletions docs/VAGRANT.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/vagrant.screen

This file was deleted.

0 comments on commit 1ba9530

Please sign in to comment.