Compare commits

...

9 Commits

Author SHA1 Message Date
88ed692a51 Update README.md
Removed old link.
2024-08-30 17:40:33 +01:00
01e94c685c Update README.md 2019-08-29 16:23:43 +01:00
ac27178f82 Update README.md 2019-05-09 08:22:44 -07:00
8223f8346d Update README.md 2019-05-09 08:20:30 -07:00
aee423f8a0 Update README.md 2019-05-07 02:50:24 -07:00
c2d016f024 Add LICENSE.md 2019-05-06 22:52:23 -07:00
f52af72ecf Update README.md 2019-05-06 22:49:23 -07:00
70ed62fe96 Update README.md 2019-05-06 22:49:03 -07:00
5cf381eb88 Update README.md 2019-05-06 22:47:37 -07:00
2 changed files with 22 additions and 9 deletions

5
LICENSE.md Normal file
View File

@ -0,0 +1,5 @@
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,22 +1,23 @@
# Vagrantfile
Vagrantfile with box.scotch.io
![Version](https://img.shields.io/badge/version-0.0.1-success.svg)
Vagrantfile with [Scotch Box](http://box.scotch.io).
## Getting Started
If you use Vagrant, this box can help you a lot.
https://box.scotch.io
If you use Vagrant, this [box](https://box.scotch.io) can help you a lot.
With this Vagrantfile, you can easily use and implement many web apps with a self-certificate signed.
With this Vagrantfile, you can easily use and implement many *webapps* with a self-certificate signed.
### Prerequisites
* virtualbox - https://www.virtualbox.org;
* Virtualbox - https://www.virtualbox.org;
* Vagrant - https://www.vagrantup.com;
### 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:
@ -108,6 +109,13 @@ and visit your app in your browser:
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
@ -117,7 +125,7 @@ https://www.app1.dev
## Contributing
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.
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on my code of conduct, and the process for submitting pull requests to me.
## Versioning
@ -125,7 +133,7 @@ I use [SemVer](http://semver.org/) for versioning.
## Authors
* **André Almeida** - [andrealmeida.net](https://andrealmeida.net)
[![Author](https://img.shields.io/badge/Author-André%20Almeida-blue.svg)](https://andrealmeida.net)
## License