https://github.com/kotarcreative/vexatious
https://github.com/kotarcreative/vexatious
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kotarcreative/vexatious
- Owner: kotarCreative
- Created: 2015-02-11T20:00:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T19:59:51.000Z (about 11 years ago)
- Last Synced: 2023-02-28T05:41:38.974Z (over 3 years ago)
- Language: JavaScript
- Size: 5.57 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
##Installation
To install this project:
1. Clone the repository using "git clone https://github.com/macewanCMPT395/vexatious.git"
2. Change into the directory using "cd vexatious"
3. Run the ./build.sh program to install dependecies and fill the database
- To host the site locally run "php artisan serve"
- The website will then be available in your browser at the url localhost:8000
- To host the site outside your virtual machine run remoteServe script
- You can then access the site outside your VM by searching for the IP address at port 8000 in your browser.
If this process does not work you can manually install composer using "composer install". Then run php artisan migrate --force as well as php artisan db:seed --force. The project can then be hosted using either of the above methods.
### License
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)