Giter Club home page Giter Club logo

eve-structures's Introduction

EVE Structures

Please note that this is still in early development, and may not be stable. Master branch releases should be reliable enough to use, while the Dev branch should be treated as unstable.

A powerful organization tool for you to keep track of all your shiny structures in EVE online at an Alliance, Corporation, Or Personal level.

Before Proceeding...

This application has been built primarily for cloud base structure management. This means if you are NOT an IT nerd, it's great for you! You can use the secure cloud based system at EVE Structures where your data is safe and secure. Your data will NEVER be shared and I work under no affiliation to any entity within EVE Online with this service.

If you are a paranoid IT Nerd, or wish to contribute to the development of EVE Structures, please feel free to continue reading below!

Installation

Prerequisites

At this point in time the requirements are pretty sparse, but will likely expand down the line.

As an Aside, I use Laragon for local development.

Installing

Assuming you meet the requirements above and have a general understanding of *nix, cd to your web root and...

git clone https://github.com/revenantal/eve-structures.git
cd eve-structures

At this point you will want to manually edit the .env.example file location at /eve-structures/.env.example and update the following key values with your appropriate data, saving the updated file as .env.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

EVEONLINE_CLIENT_ID=
EVEONLINE_CLIENT_SECRET=
EVEONLINE_REDIRECT=http://localhost/auth/callback

You can obtain your eve online details from https://developers.eveonline.com/. The following scopes are required from EVE Online.

esi-universe.read_structures.v1
esi-corporations.read_structures.v1
esi-characters.read_corporation_roles.v1

Assuming you haven't left the eve-structures folder you can finish the install with the following commands.

composer install
npm install
php artisan migrate --seed

Reporting Bugs

Please report issues using Github.

Social

Feel free to join us on Discord!

eve-structures's People

Contributors

revenantal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

eve-structures's Issues

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.