Giter VIP home page Giter VIP logo

dolomite's Introduction

DOLOMITE - Directories Led by Members

License: GNU Affero General Public License

Contact: [email protected]

Home page: http://dolomite.sf.net

Installation and tests

Install the Java Development kit.

Download Play! and unzip it somewhere without spaces in the full path.

In the "Play!" folder, clone the Git repository.

In "Dolomite/conf", copy "application.conf.sample" as "application.conf".

In the new file, edit (at least) the parameters about your LDAP directory:

ldap.host = ldap.acme.com:19389
ldap.dn = dc=acme,dc=com
ldap.admin.dn = cn=admin,dc=acme,dc=com
ldap.admin.password = sesame

Launch Dolomite in test mode:

./play test Dolomite

Open http://localhost:9000/@tests in a browser. If your LDAP settings are OK, you should be able to run "LdapTest".

If everything goes fine, define a community in your settings:

ourcommunity.acme.com.name = Foo Bar
ourcommunity.acme.com.href = http://ourapplication.acme.com/

Register the hostname ("ourcommunity.acme.com") as an alias for localhost in your local DNS settings file:

  • /etc/hosts on Unices,
  • C:\WINDOWS\system32\drivers\etc\hosts on Windows.

Run Dolomite: ./play run Dolomite

Open Dolomite at http://ourcommunity.acme.com:9000/ and invite someone by logging in with an existing LDAP account.

Run functional tests in http://ourcommunity.acme.com:9000/@tests

Production

In the DNS settings of your domain, define the customized hostnames for your communities.

In "application.conf", add the corresponding settings For every community.

set application mode to "production":

application.mode=prod

Define a real SMTP server (instead of the mock):

mail.smtp.host = smtp.acme.com 

Go back to the "Play!" folder, and generate a new secret key for your instance:

./play secret Dolomite

Start Play! in the background:

./play start Dolomite

dolomite's People

Contributors

benel avatar dianita avatar mourlonben avatar kamwastephanie avatar

Stargazers

 avatar

Watchers

 avatar

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.