Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that this section describes the not-common activity of building and modifying the core platform, not the more common activity of creating plugins of various types - for details on the latter activity, click here.

Info

Note that in order to test the Infinit.e components, it is necessary to have an existing (binary) installation of Infinit.e, because Infinit.e uses standalone MongoDB and Elasticsearch servers for the datastore and text index. Quick install methods for Infinit.e are described here. There is also a downloadable VM here.

The elastic.url and db.server should then point to the locations of the elasticsearch/mongodb servers (and elastic.cluster should match the installed clustername). If you are running in a VM you will want to either set the network up to be bridged, or to port map 27017 and 9300 to the guest.

All of the code and libraries used in the Infinit.e platform is available under the Affero GPL (a few utilities are licensed under Apache 2.0, see the individual headers for more details), hosted on Github:

...