Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88ed692a51 | |||
| 01e94c685c | |||
| ac27178f82 | |||
| 8223f8346d | |||
| aee423f8a0 | |||
| c2d016f024 | |||
| f52af72ecf | |||
| 70ed62fe96 | |||
| 5cf381eb88 |
5
LICENSE.md
Normal file
5
LICENSE.md
Normal 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.
|
||||||
24
README.md
24
README.md
@ -1,22 +1,23 @@
|
|||||||
# Vagrantfile
|
# Vagrantfile
|
||||||
|
|
||||||
Vagrantfile with box.scotch.io
|

|
||||||
|
|
||||||
|
Vagrantfile with [Scotch Box](http://box.scotch.io).
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
If you use Vagrant, this box can help you a lot.
|
If you use Vagrant, this [box](https://box.scotch.io) can help you a lot.
|
||||||
https://box.scotch.io
|
|
||||||
|
|
||||||
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
|
### 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:
|
||||||
|
|
||||||
@ -108,6 +109,13 @@ 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
|
||||||
|
|
||||||
@ -117,7 +125,7 @@ https://www.app1.dev
|
|||||||
|
|
||||||
## Contributing
|
## 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
|
## Versioning
|
||||||
|
|
||||||
@ -125,7 +133,7 @@ I use [SemVer](http://semver.org/) for versioning.
|
|||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
* **André Almeida** - [andrealmeida.net](https://andrealmeida.net)
|
[](https://andrealmeida.net)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user