Compare commits

..

No commits in common. "master" and "MINOR" have entirely different histories.

2 changed files with 9 additions and 22 deletions

View File

@ -1,5 +0,0 @@
Copyright (c) 2019, André Almeida dev@andrealmeida.net
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

View File

@ -1,23 +1,22 @@
# Vagrantfile # Vagrantfile
![Version](https://img.shields.io/badge/version-0.0.1-success.svg) Vagrantfile with box.scotch.io
Vagrantfile with [Scotch Box](http://box.scotch.io).
## Getting Started ## Getting Started
If you use Vagrant, this [box](https://box.scotch.io) can help you a lot. If you use Vagrant, this box can help you a lot.
https://box.scotch.io
With this Vagrantfile, you can easily use and implement many *webapps* with a self-certificate signed. With this Vagrantfile, you can easily use and implement many web apps with a self-certificate signed.
### Prerequisites ### Prerequisites
* Virtualbox - https://www.virtualbox.org; * virtualbox - https://www.virtualbox.org;
* Vagrant - https://www.vagrantup.com; * Vagrant - https://www.vagrantup.com;
### Installing ### Installing
Install Virtualbox and Vagrant. Install virtualbox and Vagrant.
After that, go the main project folder and save this file and run the following command: After that, go the main project folder and save this file and run the following command:
@ -109,13 +108,6 @@ and visit your app in your browser:
https://www.app1.dev https://www.app1.dev
NOTE: If you need .htaccess, please edit the file apache2.conf
```
sudo nano /etc/apache2/apache2.conf
```
and change 'AllowOverride none' to 'AllowOverride All' in Directory '/var/www'.
## Built With ## Built With
@ -125,7 +117,7 @@ and change 'AllowOverride none' to 'AllowOverride All' in Directory '/var/www'.
## Contributing ## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on my code of conduct, and the process for submitting pull requests to me. Please read [CONTRIBUTING.md](https://git.andrealmeida.net/public_projects/vagrant/blob/4b4c243cc46baeb8b12cf8f4483af43c3cbcac04/CONTRIBUTING.md) for details on my code of conduct, and the process for submitting pull requests to me.
## Versioning ## Versioning
@ -133,7 +125,7 @@ I use [SemVer](http://semver.org/) for versioning.
## Authors ## Authors
[![Author](https://img.shields.io/badge/Author-André%20Almeida-blue.svg)](https://andrealmeida.net) * **André Almeida** - [andrealmeida.net](https://andrealmeida.net)
## License ## License