Code Monkey home page Code Monkey logo

octobercms-starter-kit's Introduction

OctoberCMS Build 306 - Starter Kit

Included

  • Demo theme from OctoberCMS
  • Blank Bootstrap 3 theme with Font Awesome, jQuery and built using LESS
  • .env.example file for environment configuration

##Requirements

PHP >= 5.4.0
MCrypt PHP Extension

Installation instructions for the mcrypt extension are available here.

##How to Install

Step 1: Get the code

Option 1: Git Clone

$ git clone https://github.com/surahmans/OctoberCMS-Starter-Kit.git octobercms

Option 2: Download the repository

https://github.com/surahmans/OctoberCMS-Starter-Kit/archive/master.zip

Step 2: Use Composer to install dependencies

Option 1: Composer is not installed globally

$ cd octobercms
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install

Option 2: Composer is installed globally

$ cd octobercms
$ composer install

Step 3: Configure Environments

copy the .env.example file to .env

cp .env.example .env

Edit your .env file like below

APP_DEBUG=true
APP_KEY=SomeRandomString
APP_URL=http://localhost

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

Generate the app key

php artisan key:generate

Step 4: Populate Database tables

Run this command will build the database tables

php artisan october:up

Step 5: Start Page

php artisan serve

Open in your browser, http://localhost:8000

Step 6: Backend page

You can access the backend url at http://localhost:8000/backend

username: admin
password: admin

License

This is free software distributed under the terms of the MIT license

Additional information

Inspired by and based on Laravel-4-Bootstrap-Starter-Site

Any questions, feel free to contact me.

octobercms-starter-kit's People

Contributors

surahmans avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

savchenko81

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.