Skip to content

Commit

Permalink
Add installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dshoreman committed Dec 12, 2014
1 parent 2bff61b commit 033d9c7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,22 @@ Username and password for the backend are both `admin`.

Not yet... Check out the demo, browse the source, and have a gander at the optional
[theme](https://github.com/dshoreman/octoshop-theme) if you want to play about.


## Installation

Installing Octoshop is fairly simple, despite not yet being available in the October CMS Plugin store.
All you need to do is clone this repository, fire off composer and run the migrations:

```
cd /path/to/october-cms
mkdir -p plugins/dshoreman
git clone https://github.com/dshoreman/oc-shop.git plugins/dshoreman/shop
cd plugins/dshoreman/shop; composer install; cd -
php artisan october:up
```

Once you've completed the terminal bits, all that's left is to setup your Stripe API keys
in the backend. You'll find them in the Shop section of the Settings page.

If you'd like to get started by trying the theme too, clone it into themes/octoshop.

0 comments on commit 033d9c7

Please sign in to comment.