Skip to content

Commit

Permalink
Add dply button
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Dec 16, 2016
1 parent c8829b8 commit 286ece4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ SeAT: A Simple, EVE Online API Tool and Corporation Manager

SeAT is a simple, [EVE Online](https://www.eveonline.com/) Corporation and API management tool, built using [Laravel](https://laravel.com/). SeAT allows you to keep an eye on all things related to your corporation; from wallets, to mail, to assets for both characters and corporations. Notifications can be sent based on starbase fuel levels and a fully featured role based access control system allows you to tightly control who has access to what. This repository contains the main SeAT Repository. It can be seen as the 'glue' for all of the SeAT core packages.

## screenshots
![character view](https://i.imgur.com/hxfcYll.png)
![starbase view](https://i.imgur.com/qFX2lDS.png)

## demo
It is possible to have a free (2 hour limit) demo of SeAT using [https://dply.co](https://dply.co/b/0HrXxCg2). All you need is a valid [Github](github.com) account with an SSH key.

To start a demo, simply click the **dply** button below, signing with your [Github](github.com) account and give the server a name. Then, just hit *Create Server*.

[![Dply](https://dply.co/b.svg)](https://dply.co/b/0HrXxCg2)

Setup can take a few minutes. Check the logfile at `/var/log/cloud-init-output.log` for when it says *[OK] Installation complete!*, then reset the admin password using `php /var/www/seat/artisan seat:admin:reset` and browse to the IP of your server!

## packages
For the **actual** SeAT source, please refer to the following package repositories:

Expand All @@ -27,10 +40,6 @@ For the **actual** SeAT source, please refer to the following package repositori
| [services](https://github.com/eveseat/services) | [![Latest Stable Version](https://poser.pugx.org/eveseat/services/v/stable)](https://packagist.org/packages/eveseat/services) | [![Total Downloads](https://poser.pugx.org/eveseat/services/downloads)](https://packagist.org/packages/eveseat/services) | [![Code Climate](https://codeclimate.com/github/eveseat/services/badges/gpa.svg)](https://codeclimate.com/github/eveseat/services) |
| [web](https://github.com/eveseat/web) | [![Latest Stable Version](https://poser.pugx.org/eveseat/web/v/stable)](https://packagist.org/packages/eveseat/web) | [![Total Downloads](https://poser.pugx.org/eveseat/web/downloads)](https://packagist.org/packages/eveseat/web) | [![Code Climate](https://codeclimate.com/github/eveseat/web/badges/gpa.svg)](https://codeclimate.com/github/eveseat/web) |

## screenshots
![character view](https://i.imgur.com/hxfcYll.png)
![starbase view](https://i.imgur.com/qFX2lDS.png)

## documentation & installation
Please refer to the [documentation](http://seat-docs.rtfd.org) for installation instructions, upgrade guides and more.

Expand Down

0 comments on commit 286ece4

Please sign in to comment.