Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started #3

Open
jobisoft opened this issue Apr 11, 2017 · 3 comments
Open

Getting started #3

jobisoft opened this issue Apr 11, 2017 · 3 comments

Comments

@jobisoft
Copy link

Hi,

this sounds great and I want to try it out, but I am not able to follow your install instructions. Could you give a few more hints?

What I understood is that I have to build it first. How? Can I build it on a different system from where I want to run it?

What do I need to run it?

Sorry, but I am not used to java, thanks for your help!

@naegelejd
Copy link
Contributor

I'll definitely improve the install instructions using your feedback.

The easiest way to install the Great DANE Engine is to download and run the installer hosted under Releases. This works on Windows, Linux and OS X. On Linux and OS X you'll need to then run greatdaneengine.sh start from the bin/ directory wherever you install it. What platform are you using?

If you'd prefer not to use the pre-built installer you'll need SBT which is the standard tool for compiling Scala software. Once you have sbt you can do one of the following:

  • run sbt pack then run the service script at ./target/pack/bin/service
  • run sbt pack-archive then copy and unpack ./target/engine-1.0.zip or ./target/engine-1.0.tar.gz
  • run sbt izpack:create-installer to build a cross-platform installer at ./target/installer.jar

All that being said, to actually use the Great DANE Engine you'll need the ability to add an SMIMEA record to the DNS for your email address. I'm happy to help guide you through this procedure if you'd like.

@jobisoft
Copy link
Author

Ok, that does help indeed, I will try to get it running on my debian jessy and report back, if I still have problems.

I do have an SMIMEA record for my (private) email in my DNS.

Thanks for the Thunderbird Plugin as well! (That is how I found your work)

@naegelejd
Copy link
Contributor

Excellent, I look forward to your feedback. I'm also working on improvements (including instructions for how to obtain the Engine) to the Thunderbird Add-On, so please feel free to leave feedback, critical or otherwise, for that too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants