From 866f1f9d172de1587744d653d965a2201b11598f Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 1 Nov 2016 16:29:58 -0400 Subject: [PATCH] Readme --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 341612b..0dad71d 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,5 @@ # Snipt -This is the codebase for the website, [Snipt.net](https://snipt.net/). - -# Running the Django app locally with Vagrant - -Install [Vagrant](https://www.vagrantup.com/) and either [VirtualBox](https://www.virtualbox.org/) or -[VMWare Fusion](http://www.vmware.com/products/fusion). - -1. Clone the repo. -2. `cp settings_local.py-template settings_local.py` -3. Edit local settings (choose a database password - you'll be prompted for it). -4. `make vagrant` -5. Visit [http://local.snipt.net:8080/](http://local.snipt.net:8080/). - -# Deploying to a VM - -1. Clone the repo. -2. `cp settings_local.py-template settings_local_server.py` -3. Edit local server settings (choose a database password - you'll be prompted for it). -4. Manually change the VM IP address in the Makefile. -5. `make server` - # Deploying to Heroku - Clone the repo. @@ -36,5 +15,3 @@ Install [Vagrant](https://www.vagrantup.com/) and either [VirtualBox](https://ww - `heroku run python manage.py migrate` - `heroku run python manage.py createsuperuser` - Visit yourapp.herokuapp.com and login with the user you just created. - -Any problems / questions / bugs, [create an issue](https://github.com/nicksergeant/snipt/issues). Thanks! :)