Skip to content

An environment for Web Dev. Use Vagrant and VirtualBox for virtualization, Ubuntu for serving and Laravel for developing.

Notifications You must be signed in to change notification settings

hnquang112/base-skeleton

Repository files navigation

Base Skeleton CMS

Description

Base Skeleton is a CMS made with Laravel 5.3 and running on Docker which supports the following functions:

  • Product and Article (blog post) management.
  • Classify Products and Articles by Categories ang Tags.
  • Social authentication and interaction integrated (support login, like, share and comment with Facebook).
  • Cart and Order management for Product.
  • Rating and Review management for Article.

Instruction

Requirement
  • Docker
  • Docker Compose
Installation
  1. Go to project's laradock folder with cd laradock on your terminal.
  2. Run docker-compose up -d to setup server's stacks.
  3. Run docker exec -it --user=laradock laradock_workspace_1 bash to login the workspace container.
  4. Run composer install to install PHP dependencies.
  5. Run php artisan migrate --seed to create database schema and seed some default data.
  6. Run npm i to install Javascript dependencies. If you're on Docker for Windows or a guest VM with Windows host, run the command above with --no-bin-links attribute.
Daily Usage
  1. Go to laradock folder.
  2. Run docker-compose up -d to start server.
  3. Link to CMS page: http://{ip_address}:8000/cms, with credentials: admin / admin.

Inspiration By

Plugins Included

About

An environment for Web Dev. Use Vagrant and VirtualBox for virtualization, Ubuntu for serving and Laravel for developing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published