Skip to content

A Web-based Lodging Monitoring System with Bar and Restaurant Point-of-Sales for Valleypoint Campsite.

Notifications You must be signed in to change notification settings

ianculanag/valleypoint-campsite

Repository files navigation

Valleypoint-Campsite

A Web-based Lodging Monitoring System with Bar and Restaurant Point-of-Sales for Valleypoint Campsite.

Quick Start

# Clone repository
git clone https://github.com/culanag/valleypoint-campsite.git

# Install Composer Dependencies
composer install

# Install NPM Dependencies
npm install

# Allow access to project files
chmod 755 -R valleypoint-campsite
chmod -R o+w valleypoint-campsite/storage

# Add virtual host if using Apache
<VirtualHost *:80>
    ServerName valleypoint.com
    DocumentRoot "${INSTALL_DIR}/www/valleypoint-campsite/public"
</VirtualHost>

# If you get an error about an encryption key
php artisan key:generate

Version Control

Pull latest commit

git pull --rebase

Update files in local repository

git add .

Commit to local repository

git commit -m "[add commit message here]"

Push to GitHub repository

git push

Check files

git status

For any questions, send a chat in #general through Slack.

About

A Web-based Lodging Monitoring System with Bar and Restaurant Point-of-Sales for Valleypoint Campsite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published