Pages: 1 2 3 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
17
|
Posted - 2015.12.16 18:42:22 -
[1] - Quote
Finally! SeAT 1.x is here!
SeAT is a web based API / Corporation tool aimed at making your life easier when it comes to keeping tabs on all things EVE. It is a self contained, self updating ecosystem that always keeps up to date with the latest information available on the EVE XML API. Version 1.x is a complete rewrite from the 0.x code base, taking with it all the lessons learnt with the aim to make SeAT even more awesome!
One of the key advantages of SeAT is that you will be able to monitor all character and corporation activities for those that you have API keys for. This includes but is not limited to: - Skills Information - Mail & Notifications - Wallet Journals / Transactions - Industry Jobs Progress - Assets & more!
Whats more, the entire architecture is modular now too, so, writing packages that extend the core SeAT functionality should be easy. That being said, there is still plenty more to come. Integration with services such as TeamSpeak / Mumble and the usual forum solutions are all on the horizon.
SeAT itself consist of a number of core packages. Each of them can kinda be run on their own, so if you only want to use the eveapi updater and query the database using your own tools, that is entirely possible. The modularity also allows for very large deployments to easily scale. You can configure multiple front ends to the database if your instance is under heavy load, or, deploy multiple back end servers that handle only API updates.
The tool also ships with its own API. You are able to query all of the character and corporation information that is stored in the database using an exposed Json API. Endpoints exposed include the ability to query user access and roles as well as the ability to verify SeAT user credentials.
The main project and its documentation is hosted on Github: - Project URL: https://github.com/eveseat/seat - Documentation URL: https://github.com/eveseat/seat/wiki
As this is the first version of the 1.x code, there are undoubtedly going to be plenty of bug fixes incoming. So, my advice for now would be to install a fresh Linux VM (Ubuntu/CentOS, pick your poison) and run one of the easy install scripts. This will allow you to play around and test drive it as you like! If you encounter any bugs, have a look on the github repo if its not already reported, and if not, report it! Please also feel free to come and chat to us on IRC too.
For contact information, see the SeAT wiki's contact info section here.
Notes for SeAT 0x Users Unfortunately, due to the fundamental changes that have occurred since SeAT 0.x, there is no easy way to upgrade to 1.x. You will have to do a fresh install of 1.x and migrate API keys. Luckily. SeAT 1.x comes with a CSV importer, so you can export keys from your 0.x install and move it to 1.x.
Lastly, help me not carebear and donate today if you found SeAT useful! =)
Happy upgrades.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
17
|
Posted - 2015.12.16 18:42:29 -
[2] - Quote
Reserved
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
Mr Twinkie
Black Serpent Technologies The-Culture
30
|
Posted - 2015.12.16 20:50:05 -
[3] - Quote
Getting import errors despite my old keys being formatted correctly
Can only get it to read the bottom key the rest give errors
MAMBA Head of IT
|
Mr Twinkie
Black Serpent Technologies The-Culture
30
|
Posted - 2015.12.16 21:52:57 -
[4] - Quote
Also where did the pos manager go? :(
MAMBA Head of IT
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
20
|
Posted - 2015.12.17 05:12:22 -
[5] - Quote
Mr Twinkie wrote:Also where did the pos manager go? :(
Its coming, just in another iteration.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
20
|
Posted - 2015.12.17 12:15:58 -
[6] - Quote
Mr Twinkie wrote:Getting import errors despite my old keys being formatted correctly
Can only get it to read the bottom key the rest give errors
Guessing by this vague description it relates to the CSV import? If so, I just tested it and didnt seem to have any errors. I exported keys from my old 0x install using...
mysql seat -p -e "select concat_ws(',',keyID, vCode) from seat_keys;" --silent > /tmp/keys
... and uploaded it using the new CSV import.
Got anything other than 'giving me errors'?
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
Mr Twinkie
Black Serpent Technologies The-Culture
30
|
Posted - 2015.12.17 17:56:40 -
[7] - Quote
qu1ckkkk wrote:Mr Twinkie wrote:Getting import errors despite my old keys being formatted correctly
Can only get it to read the bottom key the rest give errors Guessing by this vague description it relates to the CSV import? If so, I just tested it and didnt seem to have any errors. I exported keys from my old 0x install using... mysql seat -p -e "select concat_ws(',',keyID, vCode) from seat_keys;" --silent > /tmp/keys
... and uploaded it using the new CSV import. Got anything other than 'giving me errors'?
Nope because the error was about as descriptive as I'm being.. One success rest failed, I just went the sql route and edited an exported sql file and reimported that way. But the csv file looked like http://i.imgur.com/JTHTjIi.png so not sure why it wasn't working.
Great tool by the way, I'll look into contributing via the git if I ever get a spare second.
MAMBA Head of IT
|
Sam Watt
Faugh an Beallach
1
|
Posted - 2015.12.18 10:10:33 -
[8] - Quote
Anyone doing a install service for this ? I'm a windows guy and this black terminal thing doesn't have a setup.eve and next buttons.
I would be willing to pay a couple of billion.
It would be a new Virtual server, there wouldn't be anything to import. i can do that myself. |
Mr Twinkie
Black Serpent Technologies The-Culture
30
|
Posted - 2015.12.18 10:12:08 -
[9] - Quote
Sam Watt wrote:Anyone doing a install service for this ? I'm a windows guy and this black terminal thing doesn't have a setup.eve and next buttons. I would be willing to pay a couple of billion. It would be a new Virtual server, there wouldn't be anything to import. i can do that myself.
Mail me
MAMBA Head of IT
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
21
|
Posted - 2015.12.24 21:42:25 -
[10] - Quote
A bunch of work has been done this last week fixing a ton of bugs and implementing the POS manager view again. Upgrades can be done using the shell script detailed on the SeAT wiki here.
Thanks to all for the testing and donations!
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
|
bomb1911
AGM Incorporated Fidelas Constans
4
|
Posted - 2015.12.25 10:45:12 -
[11] - Quote
Everything syncs up fine from what i can tell. just not a fan of the new home tab (less tib bits of info now)
if only I knew how to export the database from my current vm to this new one (I'm so bad at linux) |
Maus Baus
Black Unicorns Northern Army
0
|
Posted - 2015.12.26 02:11:38 -
[12] - Quote
Your work is much appreciated. Unfortunately I think some stuff is missing. Comparing with the screenshots you have on your website that is.
I can't see the Starbase Details on the eveseat I just downloaded and installed. Am I missing something?
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
21
|
Posted - 2015.12.26 07:41:44 -
[13] - Quote
Maus Baus wrote:Your work is much appreciated. Unfortunately I think some stuff is missing. Comparing with the screenshots you have on your website that is.
I can't see the Starbase Details on the eveseat I just downloaded and installed. Am I missing something?
Make sure you have the latest packages. Starbase views got added recently.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
Mr Twinkie
Black Serpent Technologies The-Culture
31
|
Posted - 2015.12.26 08:04:07 -
[14] - Quote
https://forums.eveonline.com/default.aspx?g=posts&t=460993&find=unread
If anyone wants this but doesn't know what they're doing I can have a SeAT install up and running in about 30 minutes.
MAMBA Head of IT
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
21
|
Posted - 2015.12.26 08:32:57 -
[15] - Quote
Mr Twinkie wrote:https://forums.eveonline.com/default.aspx?g=posts&t=460993&find=unread
If anyone wants this but doesn't know what they're doing I can have a SeAT install up and running in about 30 minutes.
Be sure to checkout the already built install scripts and install guides on the wiki (link below) before you pay for anything. Technically, the install scripts should get you up and running without any hiccups on a fresh server.
https://github.com/eveseat/seat/wiki Any questions, hop onto IRC / Slack https://github.com/eveseat/seat/wiki/Contact-Information
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
Mr Twinkie
Black Serpent Technologies The-Culture
31
|
Posted - 2015.12.26 09:00:54 -
[16] - Quote
qu1ckkkk wrote:Mr Twinkie wrote:https://forums.eveonline.com/default.aspx?g=posts&t=460993&find=unread
If anyone wants this but doesn't know what they're doing I can have a SeAT install up and running in about 30 minutes. Be sure to checkout the already built install scripts and install guides on the wiki (link below) before you pay for anything. Technically, the install scripts should get you up and running without any hiccups on a fresh server. https://github.com/eveseat/seat/wikiAny questions, hop onto IRC / Slack https://github.com/eveseat/seat/wiki/Contact-Information
^^ this for sure, if you don't have to pay than most certainly set it up yourselves. It's easy to do.
But if you're space rich and whatnot, the service is there :P
MAMBA Head of IT
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
24
|
Posted - 2015.12.26 20:10:43 -
[17] - Quote
Just added an endpoint to view corporation starbases via the SeAT API! https://github.com/eveseat/seat/wiki/SeAT-API-Reference#corporation-starbases
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
http://eve-seat.github.io
|
bomb1911
AGM Incorporated Fidelas Constans
4
|
Posted - 2015.12.31 01:02:33 -
[18] - Quote
Looks fantastic! keep up the awesome work.
The updater also worked a charm. |
Makhar
Independent Miners Guild Care Factor
14
|
Posted - 2015.12.31 11:12:09 -
[19] - Quote
Having an issue with no corporations showing on the Corporations screen. I have added a corporation API with full access. The queue has been working on "CorporationEveProcessing: ContractsItems" for over 24 hours now. Am I missing a step to get the corporations list populated? Characters list is working just fine.
_ I tried real-life once. -áThe graphics suck._
|
Mr Twinkie
Black Serpent Technologies The-Culture
35
|
Posted - 2015.12.31 23:55:51 -
[20] - Quote
Fairly easy to self implement but might be something worth adding to the install process. Shell script cron that auto updates SeAT
#!/bin/bash # Mr Twinkie's Seat Update Cron cd /var/www/seat && php artisan down && composer self-update && composer update --no-dev && php artisan vendor:publish --force && php artisan migrate && php artisan db:seed --class=Seat\\Services\\database\\seeds\\ScheduleSeeder && php artisan up
MAMBA Head of IT
|
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
24
|
Posted - 2016.01.01 00:09:49 -
[21] - Quote
Mr Twinkie wrote:Fairly easy to self implement but might be something worth adding to the install process. Shell script cron that auto updates SeAT
#!/bin/bash # Mr Twinkie's Seat Update Cron cd /var/www/seat && php artisan down && composer self-update && composer update --no-dev && php artisan vendor:publish --force && php artisan migrate && php artisan db:seed --class=Seat\\Services\\database\\seeds\\ScheduleSeeder && php artisan up
If you do this, be sure to check up on the official update script regularly in case anything changes, breaking your upgrade. https://github.com/eveseat/scripts/blob/master/upgrade/upgrade-seat.sh
Find this and lots more documentation on the SeAT Wiki: https://github.com/eveseat/seat/wiki
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
24
|
Posted - 2016.01.01 00:13:42 -
[22] - Quote
Makhar wrote:Having an issue with no corporations showing on the Corporations screen. I have added a corporation API with full access. The queue has been working on "CorporationEveProcessing: ContractsItems" for over 24 hours now. Am I missing a step to get the corporations list populated? Characters list is working just fine.
Technically shouldn't take this long. Try clearing the SeAT cache with php artisan seat:cache:clear . If the problem persists, hop onto Slack/IRC so we can try help you figure out whats going on. Details here: https://github.com/eveseat/seat/wiki/Contact-Information
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
bomb1911
AGM Incorporated Fidelas Constans
4
|
Posted - 2016.01.01 09:18:54 -
[23] - Quote
I have tried looking but cannot seem to find it. The navigation of github is just the worst. How do i backup the database? |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
24
|
Posted - 2016.01.01 10:48:10 -
[24] - Quote
bomb1911 wrote:How do i backup the database? Typically you would just use mysqldump for this.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
bomb1911
AGM Incorporated Fidelas Constans
4
|
Posted - 2016.01.01 15:23:02 -
[25] - Quote
qu1ckkkk wrote:bomb1911 wrote:How do i backup the database? Typically you would just use mysqldump for this.
God damn I'm a goldfish with somethings! thank you
Is there anyway to export this out of the seAT VM and store it somewhere else incase of failure? |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
24
|
Posted - 2016.01.03 13:08:22 -
[26] - Quote
Just added the ability for custom packages to be able to hook into the Character and Corporation submenus. See the package development guide for more info: https://github.com/eveseat/seat/wiki/Package-Development
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Nexuscrawler
New Eden Patriots E.B.O.L.A.
9
|
Posted - 2016.01.06 05:00:01 -
[27] - Quote
Awesome tool, thanks for this!
As I just reinstalled the new version of SEAT on my Debian server, I just wanted to throw a little suggestion for the Ubuntu INSTALLATION SCRIPT in here.
Ubuntu is a Debian distribution, so if this script runs for Debian, it "should" also work for all of it's distributions. The only problem the script has regarding this is this part:
echo " * Setting up PHP & Apache" echo add-apt-repository ppa:ondrej/php5-5.6 -y apt-get update apt-get install apache2 php5 php5-cli php5-mcrypt php5-intl php5-mysql php5-curl php5-gd -y
"add-apt-repository" might be pre-installed on Ubuntu, but not on Debian and it might not be the case for Debian distributions, so it will cancel at this point. Installing the command first with "sudo apt-get install software-properties-common -y" would solve that.
You should also check whether there is already a newer php version than 5.6 installed on the server. In that case you won't need to add the repository at all. I'd recommend to change the part of the script to this:
echo " * Setting up PHP & Apache" echo PHPVER=$(php -r 'echo (version_compare(phpversion(), "5.6") >= 0);');
if [ ! $PHPVER ] then sudo apt-get install software-properties-common -y add-apt-repository ppa:ondrej/php5-5.6 -y fi
apt-get update apt-get install apache2 php5 php5-cli php5-mcrypt php5-intl php5-mysql php5-curl php5-gd -y
That way it will check whether php is already installed and what version it is and not add the repository or install the software package for the "add-apt-repository" command if it doesn't have to.
Keep up your good work!
The clan's are marching `gainst the law,
Bagpipers play the tunes of war,
Death or glory i will find,
Rebellion on my mind.
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
24
|
Posted - 2016.01.06 05:07:16 -
[28] - Quote
Nexuscrawler wrote:Awesome tool, thanks for this! As I just reinstalled the new version of SEAT on my Debian server, I just wanted to throw a little suggestion for the Ubuntu INSTALLATION SCRIPT in here. Ubuntu is a Debian distribution, so if you can make this script run for Debian, it "should" also work for all of it's distributions. The only problem the script has regarding this is this part: [ ... SNIP ... ] Keep up your good work!
Thanks for the suggestions! Ill have a look at this asap. Feel free to PR the change if you like.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Professor Humbert
Project Fruit House Solyaris Chtonium
9
|
Posted - 2016.01.06 06:34:36 -
[29] - Quote
I wish that "php artisan migrate" command would show a little notice that it would take some time creating all those tables.
|
1upnate
Foward Secrecy
1
|
Posted - 2016.01.14 00:07:31 -
[30] - Quote
Just wanted to let anyone who might be interested know, I've successfully set this up with PHP7, MariaDB 10.1 and Nginx on Debian 8.2.
Only hiccup I've hit so far is the assets page. At first, I was getting a server 500 page, but that just turned out to be file permissions. After fixing that, it generates a site specific oops page. I'll keep playing around with that and see if i can figure out what's causing that. |
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
24
|
Posted - 2016.01.26 17:37:23 -
[31] - Quote
Small update. People groups are back and a ton of updates have landed :D
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
darkrune EastBlue
Dark Shadow Syndicate Circle-Of-Two
4
|
Posted - 2016.02.01 08:01:02 -
[32] - Quote
How do i deploy this on my webserver? |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
25
|
Posted - 2016.02.01 14:48:28 -
[33] - Quote
darkrune EastBlue wrote:How do i deploy this on my webserver? Lots of information on the wiki here
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Killer deGroot
The Dutch East India Company Fidelas Constans
3
|
Posted - 2016.02.03 12:45:54 -
[34] - Quote
Great tool,
easy install (yesterday) only problem i encounterd was that the database i use already had a password and the script did ask for a password but did not wait for the answer, no biggy i got it working.
in the tool itself i have no jobs running but still a queue with 100 items. if i schedule an manual job with the nice buttons it gets processed asap.. if i query my queue status, with php artisan queue:status it give back nothing to do (0 in queue) where do i purge the items the site shows me?
can i truncate the table job_trackings as that is the 1 showing them.
Cheers Killer. |
Robbern Deninard
BOVRIL bOREers Mining CO-OP RAZOR Alliance
0
|
Posted - 2016.02.20 11:42:46 -
[35] - Quote
I'm loving the work so far. The new branch seems to be a lot more polished than the old one. Miss some of the features though. |
LigrayOu Kva
Deep Space Conquerors Soviet-Union
12
|
Posted - 2016.02.23 01:15:45 -
[36] - Quote
After a lot of hours of deploying this tool on my vds i found it nearly perfect for corporation management. but with some more components we will be happy =) 1. srp tool (seen at todo) 2. corp application tool (seen at todo) 3. small wiki with igb integration for fittings 4. registration approval maybe i'll tell more tomorrow, but enough for now =) Thanks for tool! btw. How can i support seat developement?
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
25
|
Posted - 2016.02.23 04:15:20 -
[37] - Quote
LigrayOu Kva wrote:After a lot of hours of deploying this tool on my vds i found it nearly perfect for corporation management. but with some more components we will be happy =) 1. srp tool (seen at todo) 2. corp application tool (seen at todo) 3. small wiki with igb integration for fittings 4. registration approval maybe i'll tell more tomorrow, but enough for now =) Thanks for tool! btw. How can i support seat developement?
2 ways! Donate donate donate :P And by joining Slack and helping out there.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Yumi Lockheed
Perkone Caldari State
0
|
Posted - 2016.02.23 15:44:24 -
[38] - Quote
Hi
Is SeAT installer work under Raspberry PI distro please ? |
Sarah Otto
Mirai Industries
0
|
Posted - 2016.03.17 09:59:11 -
[39] - Quote
Hi, thanks for this great tool. Spins up well on a Digital Ocean droplet but I have one small issue. Tried to join your IRC but it kept banning/kicking me v0v
Basically my cron job works fine except for server status it never calls this. The job is in the queue. I've tried deleting this job and adding it again. I've tried calling it from Artisan directly. It just never gets scheduled.
Other jobs work fine and the diagnose tool is all green. I'm at a loss as to why this doesn't get scheduled.
Calling it manually works fine. |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
27
|
Posted - 2016.03.17 18:19:00 -
[40] - Quote
Sarah Otto wrote:Hi, thanks for this great tool. Spins up well on a Digital Ocean droplet but I have one small issue. Tried to join your IRC but it kept banning/kicking me v0v
Be sure to check that you are using the Slack / IRC details from here: http://seat-docs.readthedocs.org/en/latest/contact/
Sarah Otto wrote: Basically my cron job works fine except for server status it never calls this. The job is in the queue. I've tried deleting this job and adding it again. I've tried calling it from Artisan directly. It just never gets scheduled.
Other jobs work fine and the diagnose tool is all green. I'm at a loss as to why this doesn't get scheduled.
Calling it manually works fine.
Ill suggest you try join one of the above mentioned channels (preferably slack as there are more people) and lets debug it.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
|
Greygal
Redemption Road Affirmative.
493
|
Posted - 2016.03.21 08:29:01 -
[41] - Quote
Have installed on a DigitalOcean Centos7 droplet, and so far it seems to be working well. I had to install using the step-by-step installation instructions, as the single-command install broke around the mariadb section.
The only hiccups I had when installing were trying to run the mysql_secure_installation script; I had to set a path environment for it. I did it using the following commands:
Quote:cd $HOME cat .bashrc export PATH="$PATH:/usr/local/mysql/bin/" source .bashrc
Makhar wrote:Having an issue with no corporations showing on the Corporations screen. I have added a corporation API with full access. The queue has been working on "CorporationEveProcessing: ContractsItems" for over 24 hours now. Am I missing a step to get the corporations list populated? Characters list is working just fine.
I am having this same problem, it is not processing the corporation API keys properly. I have tried clearing the cache as recommended above, and the job shows as Processing: ContractsItems for over three hours since clearing cache.
Suggestions?
Also, is there a way to change the required API key mask?
Thanks for the fantastic amount of work you have done on this!
GG
What you do for yourself dies with you, what you do for others is immortal.
Free weekly public roams & monthly NewBro new player roams!
Visit Redemption Road or join mailing list REDEMPTION ROAMS for information
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
27
|
Posted - 2016.04.29 19:37:54 -
[42] - Quote
Pushed out a ton of updates and bugfixes today! Feel free to run the upgrade script! http://seat-docs.readthedocs.io/en/latest/#one-line-upgrader
As a heads up (and the reason for this post), you will now be *required* to set a valid admin email in the SeAT settings so that CCP can contact you in case your server makes their XML API cry.
Happy upgrades!
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
28
|
Posted - 2016.05.05 19:42:18 -
[43] - Quote
Ubuntu 16.04 installer is now ready: http://seat-docs.readthedocs.io/en/latest/
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Regnar Avastum
268
|
Posted - 2016.05.07 01:27:20 -
[44] - Quote
Hi,
I'm trying (slowly and badly) to install your app and I hit a snag: - https://i.gyazo.com/f0fadb0927b1333f7fba5478e765b666.png
- https://i.gyazo.com/edc016583bf7610af2a24903ac019570.png
Any ideas would be appreciated, thanks!
GÖö Gä£egnar's High-End Spreadsheets GÖöGäó
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
28
|
Posted - 2016.05.07 06:10:10 -
[45] - Quote
This looks like your php cURL install cant find a local CA bundle to validate an SSL cert with (www.fuzzwork.co.uk in this case). I have no idea how that works on Windows though.
On many unix type machines, this dependency can be solved by installing the php-intl package.
Regnar Avastum wrote: Any ideas would be appreciated, thanks!
To be honest, I have never tested SeAT natively on Windows. My current plan for this was once the new Docker betas for Windows and Mac are out, an official SeAT image will be built so that that can just be pulled, installed and run.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Klorrak
Entropy of Annihilation Phoenix Company Alliance
1
|
Posted - 2016.05.08 08:43:24 -
[46] - Quote
So, thank you so much for the 16.04 installer. But i have a really quick question. Is there any ETA for a PHPBB3/teamspeak auth to be put in? It's the only thing that is really stopping me from fully using SeAT. I believe with just those two modules you will take the EvE community by storm. Especially with your outstanding customer support! Hope you get back to me soon.
-Klorrak |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
28
|
Posted - 2016.05.08 08:55:08 -
[47] - Quote
Klorrak wrote:So, thank you so much for the 16.04 installer. But i have a really quick question. Is there any ETA for a PHPBB3/teamspeak auth to be put in? It's the only thing that is really stopping me from fully using SeAT. I believe with just those two modules you will take the EvE community by storm. Especially with your outstanding customer support! Hope you get back to me soon.
-Klorrak
Unfortunately no ETA atm, but, its definitely getting closer to the top of the list. FWIW, I have started to think about how to best do this a lot more lately :P
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Cyno Butthead
Porksword Freight Services
0
|
Posted - 2016.05.10 20:42:36 -
[48] - Quote
I noticed in an earlier version that you can see the contents inside a container, not on the latest version it's not possible anymore. |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
28
|
Posted - 2016.05.14 07:23:23 -
[49] - Quote
EVE SSO Support just landed! Upgrade to the latest packages and read the admin guide here: http://seat-docs.readthedocs.io/en/latest/admin_guides/sso/
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Acen Dread
Ocean Eleven Eleven Signs Network
0
|
Posted - 2016.05.20 11:43:19 -
[50] - Quote
Hi, i am currently trying to install Seat but it keeps throwing
PHP Fatal error: require(): Failed opening required '/var/www/seat/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /va r/www/seat/bootstrap/autoload.php on line 17
halfway into executing
composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev . I already did try apt-get install php-pear but it had no effect. Does anyone have an idea how to fix/workaround that?
EDIT: I am trying to install on an ubuntu 14.04 Server. |
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.05.21 16:37:57 -
[51] - Quote
Acen Dread wrote:Hi, i am currently trying to install Seat but it keeps throwing
[snip]
If you still need help, join Slack and ask in the #support channel http://seat-docs.readthedocs.io/en/latest/contact/#slack
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Domminique Francon
Federal Defense Union Gallente Federation
0
|
Posted - 2016.05.25 05:03:57 -
[52] - Quote
Hitting a small snag and can't figure this out. Got SeAT installed on in my home dir (with the correct permissions etc'). When I go to http://my.site/seat/index.php, the site loads fine. When I go to http://my.site/seat, it redirects me to http://my.site/seat/home to a not found page and complains: The requested URL /home/user/seat/public/index.php was not found on this server
I imagine this is some apache shenanigans, but I can't figure it out. apache conf |
Hilianna
Black Force Navy DARKNESS.
0
|
Posted - 2016.05.30 21:01:50 -
[53] - Quote
hello,
Is that possible to install this tool via FTP from WinSCP or Filezilla ? |
Hikryon
An My I N F A M O U S
5
|
Posted - 2016.06.06 01:27:12 -
[54] - Quote
Acen Dread wrote:Hi, i am currently trying to install Seat but it keeps throwing PHP Fatal error: require(): Failed opening required '/var/www/seat/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /va r/www/seat/bootstrap/autoload.php on line 17
halfway into executing composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev . I already did try apt-get install php-pear but it had no effect. Does anyone have an idea how to fix/workaround that? EDIT: I am trying to install on an ubuntu 14.04 Server. And I already had the old beta version of seat installed until i realize there was a new one. EDIT: Ok, i'm stupid. I tried it again and followed the instructions and it worked... Probably
If you're still generating the error, try next composer parameter:
--no-scripts
Ex:
composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev --no-scripts .
Font: https://getcomposer.org/doc/03-cli.md#install
http://eve-online-dpar.tumblr.com/
|
Jerppu3
Solar Vista. The Anubis Accord
10
|
Posted - 2016.06.08 10:20:31 -
[55] - Quote
Acen Dread wrote:Hi, i am currently trying to install Seat but it keeps throwing PHP Fatal error: require(): Failed opening required '/var/www/seat/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /va r/www/seat/bootstrap/autoload.php on line 17
halfway into executing composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev . I already did try apt-get install php-pear but it had no effect. Does anyone have an idea how to fix/workaround that? EDIT: I am trying to install on an ubuntu 14.04 Server. And I already had the old beta version of seat installed until i realize there was a new one. EDIT: Ok, i'm stupid. I tried it again and followed the instructions and it worked... Probably
Could you point out the instructions which yo followed? I'm banging my head against the wall witht he same issue
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.06.08 14:27:23 -
[56] - Quote
Jerppu3 wrote:Could you point out the instructions which yo followed? I'm banging my head against the wall witht he same issue EDIT: Added --no-script and did not get the error anymore. But got "Killed" ./ubuntu-14-04-x.sh: line 101: 31736 Killed composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev --no-scripts
What are the specs of this server you trying to install on? Also, you will get help much faster if you hop onto Slack.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Jerppu3
Solar Vista. The Anubis Accord
10
|
Posted - 2016.06.08 16:00:30 -
[57] - Quote
qu1ckkkk wrote: What are the specs of this server you trying to install on? Also, you will get help much faster if you hop onto Slack.
Cheapest what you can get from Digital Ocean... I read that it might be the reason, upgrading now to see if that makes any difference.
|
Jerppu3
Solar Vista. The Anubis Accord
10
|
Posted - 2016.06.08 16:43:11 -
[58] - Quote
With 1GB memory it somewhat worked. So bare minimum for system memory seem to be 1GB, during the setup 960MB was in use.
Now, when I add --no-scripts installer wont add .env file to /var/www/seat/ directory, so installer will fail
* Configuring SeAT itself
sed: can't read /var/www/seat/.env: No such file or directory
and when I remove --no-scripts I get
[RuntimeException] Error Output: PHP Warning: require(/var/www/seat/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/seat/bootstrap /autoload.php on line 17 PHP Fatal error: require(): Failed opening required '/var/www/seat/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/ www/seat/bootstrap/autoload.php on line 17
I haven't used Slack ever, no idea how it works. Seems that I would need to get an invite to be able to use it? |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.06.09 04:45:52 -
[59] - Quote
Jerppu3 wrote:With 1GB memory it somewhat worked. So bare minimum for system memory seem to be 1GB, during the setup 960MB was in use.
Now, when I add --no-scripts installer wont add .env file to /var/www/seat/ directory, so installer will fail
Dont add the no-scripts flag. Its needed.
Jerppu3 wrote:
I haven't used Slack ever, no idea how it works. Seems that I would need to get an invite to be able to use it?
Get the invites/details here: http://seat-docs.readthedocs.io/en/latest/contact/#slack
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.06.09 11:30:44 -
[60] - Quote
Acen Dread wrote:Hi, i am currently trying to install Seat but it keeps throwing PHP Fatal error: require(): Failed opening required '/var/www/seat/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /va r/www/seat/bootstrap/autoload.php on line 17
halfway into executing composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev . I already did try apt-get install php-pear but it had no effect. Does anyone have an idea how to fix/workaround that?
Make 10000% sure you have a PHP version above 5.5.14 to get the latest version! Preferably, just upgrade to PHP7 already.
https://github.com/eveseat/seat/blob/master/composer.json#L8
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
|
Nyalnara
The Unchained Club No Handlebars.
223
|
Posted - 2016.06.10 14:53:12 -
[61] - Quote
Just installed successfully, now, time to setup an srp tool... Is there a package out there doing that, or do i need to go at it from scratch? Additional question: is there a repository somewhere referencing additional packages for Seat?
French half-noob.
[.TUC.], corpo PvP LS franco, cherche des joueurs motivés pour venir perdre leurs gros jouets dans le fun et la bonne humeur.
|
Acen Dread
Gallente Volunteer Defense Forces Test Alliance Please Ignore
0
|
Posted - 2016.06.14 13:18:35 -
[62] - Quote
I somehow skipped a step in the installation instructions. It worked after I did that (forgot what it was).
My main problem now is that it is stuck at a corporation key. It says "Processing: WalletJournal" and the job is working for over two weeks now. I tried clearing the cache and putting the application into maintenance mode. It just wont cancel. Its particularly annoying as it is a corp-key job thats stuck keeps the DB from updating all data it gets from the key, even when i re-queue it (runs through with no error but wont update anything).
|
Jerppu3
Solar Vista. The Anubis Accord
10
|
Posted - 2016.06.15 18:59:52 -
[63] - Quote
Acen Dread wrote:
I somehow skipped a step in the installation instructions. It worked after I did that (forgot what it was).
My main problem now is that it is stuck at a corporation key. It says "Processing: WalletJournal" and the job is working for over two weeks now. I tried clearing the cache and putting the application into maintenance mode. It just wont cancel. Its particularly annoying as it is a corp-key job thats stuck keeps the DB from updating all data it gets from the key, even when i re-queue it (runs through with no error but wont update anything).
I've the same "Processing: AssetList" is where it has been stuck for 16 hours now, could it be API update which CCP made (what I hear)?
|
Joe Dirt Virpio
PIROCOR Mordus Angels
0
|
Posted - 2016.06.18 09:58:46 -
[64] - Quote
Hi
Thank you kindly for an awesome tool. I have a miner Issue I hope.
I followed the following instructions and steps below.
1. Fresh Install curl -O https://raw.githubusercontent.com/eveseat/scripts/master/install/ubuntu-16-04-x.sh && bash ubuntu-16-04-x.sh 2. Upgrade curl -O https://raw.githubusercontent.com/eveseat/scripts/master/upgrade/upgrade-seat.sh && bash upgrade-seat.sh
The issue is that the Jobs that are in Q does not start, it hangs, I also used the command below to clear the cache
root@Linux01:~# php artisan seat:cache:clear
Help please :)
Thanks Joe |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.06.26 14:37:42 -
[65] - Quote
Just updated the SeAT Json API documentation to make it a lot more readable! Hopefully this will help devs with any integration work they have going.
https://seat-docs.readthedocs.io/en/latest/seat_api/overview/
Currently, SeAT has 64 endpoints allowing you to query anything from Character Info, Mail to Corporation Starbases to SeAT specific data.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Warlof Tutsimo
Daerie Inc. Fortis Et Certus
8
|
Posted - 2016.07.02 09:47:42 -
[66] - Quote
Hey there,
I'm proud to inform you that the first "third party" plugin as been done (thanks to Qu1ckkkk help). This is the slackbot and it enables you to manage your slack team automatically based on your SeAT instance.
Actually, it provides the following things : - create channel as soon as it's been created on your slack team. - remove channel as soon as it's been removed from your slack team. - create group (private channel) as soon as it's been created on your slack team. - remove group (private channel) as soon as it's been archived from your slack team. - send invitation to your slack team to each of your SeAT user (it's using the user mail except if it's a .local mail) - invite user to channel and group based on a matrix (which can be set by yourself using user, role, corporation and alliance filter) - kick user from channel and group based on a matrix (which can be set by yourself using user, role, corporation and alliance filter)
Github repository is available here : https://github.com/warlof/slackbot
Enjoy :) |
Mr Twinkie
Black Serpent Technologies The-Culture
42
|
Posted - 2016.07.03 05:49:08 -
[67] - Quote
semi ot
Discord > Slack
Discord has caught up to slack in terms of chat and voice abilities. It's more gamer friendly. It's MUCH more developer friendly.
MAMBA Head of IT
Dramiel - An EVE Bot for Discord
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.07.03 10:42:50 -
[68] - Quote
Mr Twinkie wrote:semi ot
Discord > Slack
Discord has caught up to slack in terms of chat and voice abilities. It's more gamer friendly. It's MUCH more developer friendly.
That may be so, however the point here is that there is integration for this available now. That is better than any argument about which product wins. Thanks Warlof =)
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.07.10 14:31:02 -
[69] - Quote
Tagged and released a few SeAT packages with updates & fixes today. A short summary is:
- Performance enhancements by paging some large pages
- Add 2 new API endpoints for managing user groups
- Handle some more errors that may occur on in the jobs system when talking to the EVE API
- Add a way to update email addresses for users
- Resolve names correctly in Access Control pages
- A few typos etc
I have also finally added some documentation about the Role based access control! You can see those at the documentation site here: http://seat-docs.readthedocs.io/en/latest/admin_guides/rbac/
Happy upgrades!
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.09.02 08:19:57 -
[70] - Quote
Bump!
Be sure to watch the changelogs in the documentation for information about the work that goes into SeAT and remember to run the update script regularly. http://seat-docs.readthedocs.io/en/latest/changelogs/web/
On a side note, a pretty big update is being planned what will move SeAT from version 1.0 to 1.1. Stay tuned for more info :)
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
|
Acen Dread
Ocean Eleven YouWhat.
0
|
Posted - 2016.10.04 16:00:50 -
[71] - Quote
Quote:On a side note, a pretty big update is being planned what will move SeAT from version 1.0 to 1.1. Stay tuned for more info :)
Oh good, i have a feeling thats gonna break some things
On another note, I had to do a fresh install of seat because my server was slightly borked and used the ubuntu 14.04 install script but now it wont pull any API data. It just tells me
Job Failed to queue due to default config dispatched! There was also no .env in the seat folder until i ran php artisan migrate (or publish:vendor, i dont remember). |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.10.05 04:18:45 -
[72] - Quote
Acen Dread wrote:Quote:On a side note, a pretty big update is being planned what will move SeAT from version 1.0 to 1.1. Stay tuned for more info :) Oh good, i have a feeling thats gonna break some things On another note, I had to do a fresh install of seat because my server was slightly borked and used the ubuntu 14.04 install script but now it wont pull any API data. It just tells me Job Failed to queue due to default config dispatched! There was also no .env in the seat folder until i ran php artisan migrate (or publish:vendor, i dont remember).
Logging into the web interface as an admin should reveal that you have to config an admin contact in the Setting menus.
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Acen Dread
Ocean Eleven YouWhat.
0
|
Posted - 2016.10.05 16:46:12 -
[73] - Quote
That did it thanks. |
Robbern Deninard
BOVRIL bOREers Mining CO-OP The OSS
0
|
Posted - 2016.10.13 12:37:07 -
[74] - Quote
Klorrak wrote:So, thank you so much for the 16.04 installer. But i have a really quick question. Is there any ETA for a PHPBB3/teamspeak auth to be put in? It's the only thing that is really stopping me from fully using SeAT. I believe with just those two modules you will take the EvE community by storm. Especially with your outstanding customer support! Hope you get back to me soon.
-Klorrak
My good friend and current winner of Eve, Memelo Melo actually produced a couple of Auth tools for other services here |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.10.14 12:24:25 -
[75] - Quote
Robbern Deninard wrote:Klorrak wrote:So, thank you so much for the 16.04 installer. But i have a really quick question. Is there any ETA for a PHPBB3/teamspeak auth to be put in? It's the only thing that is really stopping me from fully using SeAT. I believe with just those two modules you will take the EvE community by storm. Especially with your outstanding customer support! Hope you get back to me soon.
-Klorrak My good friend and current winner of Eve, Memelo Melo actually produced a couple of Auth tools for other services here
Nice thanks for the link! ;)
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
29
|
Posted - 2016.10.14 12:27:50 -
[76] - Quote
UPDATE Time: Today I released a few packages that may be the last of the 1.0 branch of SeAT. Work will now commence for a version 1.1 of SeAT which will hopefully include a number of exciting changes.
Speaking of changes, I want to make use of this time to change a few of the defaults that SeAT uses. I urge you, if you are an admin of a SeAT installation, have contributed / thinking of contributing, or just have a great idea, please add your feedback and vote on the following ticket: https://github.com/eveseat/seat/issues/139
Proud developer of SeAT: A Simple Eve API & Corporation Management Tool
https://github.com/eveseat/seat/wiki
|
Corpana Ozi
Action Back
0
|
Posted - 2016.11.21 07:34:38 -
[77] - Quote
I love the possibilities this application provides!
Unfortunately, like another poster in the 0.x release thread, I am also having problems loading the default CSS file and any images (such as evesso.png or bg.png; character portraits work). All page text is available and the key management appears to work without issue, but obviously the site isn't terribly useful to my corporation in this state.
All images point to https://domain.com/seat/web/img/ and all CSS headers to https://domain.com/seat/web/css/ but without appreciable effect.
Browsing directly to the CSS files loads them just fine, but trying to go to an image directly yields your custom 404 message.
All prerequisites (supervisord, redis) are happily running and obviously PHP, MySQL, and apache are functional.
I know you're busy working on release 1.1 of SeAT but I was hoping you may have a suggestion as to why this is happening.
Thank you! |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
31
|
Posted - 2016.11.21 16:27:00 -
[78] - Quote
Corpana Ozi wrote: Edit: The problem has been resolved! Apparently the first time I updated the software it didn't copy any of the web/ data into public/ -- after re-running the updater this is resolved. Thank you!
Glad you got it sorted. In future, I suggest you hop onto Slack for even faster help =) http://seat-docs.readthedocs.io/en/latest/contact/#slack
Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.
Project Page:
https://github.com/eveseat/seat
|
Monasucks
BLACK SQUADRON. Goonswarm Federation
162
|
Posted - 2016.11.22 12:27:06 -
[79] - Quote
I'm trying to install and I got the following error:
Quote:root@v4der:/var/www/seat# php artisan eve:update-sde -n Warning! This Laravel command uses exec() to execute a mysql shell command to import an extracted dump. Due to the way the command is constructed, should someone view the current running processes of your server, they will be able to see your SeAT database users password.
Ensure that you understand this before continuing. The local SDE data will be updated to sde-20161011-TRANQUILITY 20 tables will be updated: dgmTypeAttributes, invCategories, invContrabandTypes, invControlTowerResourcePurposes, invControlTowerResources, invFlags, invGroups, invItems, invMarketGroups, invMetaGroups, invMetaTypes, invNames, invPositions, invTypeMaterials, invTypeReactions, invTypes, invUniqueNames, mapDenormalize, ramActivities, staStations Download format will be: .sql.bz2
The SDE will be imported to mysql://seat@localhost/seat Storage path is: /var/www/seat/storage/sde/sde-20161011-TRANQUILITY/ Downloading... 20/20 [GûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûôGûô] 100% 1 sec 18.2 MiB Importing... PHP Fatal error: Call to undefined function Seat\Console\Commands\Eve\bzopen() in /var/www/seat/vendor/eveseat/console/src/Commands/Eve/UpdateSde.php on line 362
[Symfony\Component\Debug\Exception\FatalErrorException] Call to undefined function Seat\Console\Commands\Eve\bzopen()
what could be a solution to this?
Monasucks Tumblr
Twitter
"A good worker is a live worker. Free to live - and work! A bad worker is a dead worker; and vice versa. Don't be a bad worker; bad workers are slaves, and dead."
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
31
|
Posted - 2016.11.22 14:15:11 -
[80] - Quote
Monasucks wrote:what could be a solution to this?
Sorted on Slack!
Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.
Project Page:
https://github.com/eveseat/seat
|
|
aragnarok
Mutinous Renaissance Fighters
0
|
Posted - 2016.12.02 07:16:54 -
[81] - Quote
does anyone here offer a setup seat service in exchange for anything? |
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
31
|
Posted - 2016.12.07 12:58:24 -
[82] - Quote
aragnarok wrote:does anyone here offer a setup seat service in exchange for anything?
Join slack and you can probably get help for free :) http://seat-docs.readthedocs.io/en/latest/contact/#slack
Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.
Project Page:
https://github.com/eveseat/seat
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
31
|
Posted - 2016.12.10 09:24:18 -
[83] - Quote
After many hours of development, SeAT 2.0 is finally tagged and here!
Some highlights of whats new:
- Minimum PHP version required is now PHP7 - Framework upgrade to Laravel 5.3, which introduces a lot of new features, stability and performance improvements. - All dependencies are upgraded to their latest versions. - Tons of code refactoring to make everything a little nicer :) - Almost all tables within SeAT is now a datatable, meaning much better searching and sorting! - Major overhaul of the backend jobs error handling code. Hopefully this will help with finding and fixing faults a lot faster. - Introduction of an "Intel" feature, where character interactions can be compared to a standings profile. This will allow for things like discovering that dodgy wallet transaction between a new recruit and a char/corp/alliance with negative standing :) - Complete notifications overhaul that allows for alerts to be grouped and sent via email & slack. More integrations to come. - New alerts for POS tower states, killmails and mail. More can easily be added and will come. - Added the ability to restrict update types globally, or granularly on an API key. This allows you to do things like only update wallet transactions for a Corporation if that is what you want. - New permissions for "All Characters" and "All Corporations" - Ability to "invert" permissions, which allows for things like hiding a specific character or corporations data from a role. - Improved dashboard with more information! - Queue monitoring improvements, as well as the ability to integrate with supervisor to view its status straight from the SeAT web UI. - Search improvements and added search criteria for character assets and character skills. - Add ability to migrate a SeAT account to an EVE Online SSO account. - Improvements in viewing key details, such as displaying the last error, and disabling / enabling keys. - Many, many bug fixes. - And many more small tweaks.
For upgrade instructions, please refer to the following documentation page: http://seat-docs.readthedocs.io/en/latest/upgrade_guides/seat1_to_2/
For any other help, please join us on Slack! http://seat-docs.readthedocs.io/en/latest/contact/#slack
Happy upgrades!
Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.
Project Page:
https://github.com/eveseat/seat
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
31
|
Posted - 2016.12.16 07:29:57 -
[84] - Quote
Quick update.
Since the original 2.0.0 release, a number of components got some point release updates and bug fixes. One of the more notable features is that the notifications system got a new Siphon detection alert!
For those that are a little uncertain about the installation, there is now a (time restricted) Demo SeAT option using the https://dply.co/ service. For more information, please refer to the main projects readme: https://github.com/eveseat/seat#demo
Enjoy!
Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.
Project Page:
https://github.com/eveseat/seat
|
Lara Darklighter
FFUK Holdings Focused Intentions
0
|
Posted - 2016.12.27 22:12:15 -
[85] - Quote
Great work!
|
qu1ckkkk
The Warp Core Stabilizers Tactical Narcotics Team
35
|
Posted - 2017.02.01 05:00:48 -
[86] - Quote
Github released the ability to "tag" projects. If you wrote a SeAT plugin/tool, tag your repository with the `seat` tag to make it easier for others to find your project! For example, the (standalone) ESI client used by SeAT: https://github.com/eveseat/eseye
Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.
Project Page:
https://github.com/eveseat/seat
|
Morgan Garsk
Star Tide Industries Lin Kuei Kokuryukai.
8
|
Posted - 2017.02.01 22:07:00 -
[87] - Quote
Would you recommend SeAT as an alliance auth with forums, timerboards, etc ? |
Mr Twinkie
Black Serpent Technologies The-Culture
47
|
Posted - 2017.02.02 15:08:23 -
[88] - Quote
Morgan Garsk wrote:Would you recommend SeAT as an alliance auth with forums, timerboards, etc ?
Seat is best as a user management and background check tool imo.
MAMBA/The-Culture Head of IT
Dramiel - An EVE Bot for Discord
!!Hosted Dramiel Service!!
|
|
|
|
Pages: 1 2 3 :: [one page] |