Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.16 KB

fleet-buddy

Eve Online fleet buddy based on the CREST API

Development

cp ./server/src/linux/etc/fleetbuddy/application.conf.sample application.conf

And fill in the values, according to server/src/debian/DEBIAN/postinst initConfigFile. Don't forget to run the postgresql commands too.

semantic ui setup

Currently custom fork for horizontal list fix, replace npm install with git clone [email protected]:reactormonk/Semantic-UI.git semantic

cd client
npm install semantic-ui --save
cd semantic
../node_modules/.bin/gulp build

elm / css setup

Either install via -g or do some PATH magic so sbt finds the binaries.

cd client
npm install elm
npm install elm-css

SQL Setup

Download The postgres dump, unzip it and place it in the root directory. Then run sbt importStaticData. To set up the rest of the DB via flyway/flywayMigrate.

Production install

sbt debian:packageBin

Configure ssl via let's encrypt, with a forwarder of your choice. The application runs on port 9476 by default, which can be changed via port = 6402 in the application.conf.