Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikigai-systems/fundamento-standalone

Your data is your treasure—store it on solid foundations
https://github.com/ikigai-systems/fundamento-standalone

application automation cloud collaboration data-analysis data-visualization docs documentation on-prem ruby-on-rails wiki wiki-engine

Last synced: about 8 hours ago
JSON representation

Your data is your treasure—store it on solid foundations

Awesome Lists containing this project

README

        

# Fundamento - Strong foundation for your internal collaboration



Fundamento Banner



---

## Features

* One
* Two
* Three

---

## Getting started

### Requirements

Unclaimed ports: `5432`, `6379`, `9000`, `9001`, `3000`, `3001`

### Installation

1. Clone this repository, i.e.: `git clone https://github.com/Ikigai-Systems/fundamento-standalone.git`
2. Adjust environment variables:
1. `cp env.sample env.standalone`
2. At minimum, provide SECRET_KEY_BASE inside `env.standalone`, i.e.:
```
echo "SECRET_KEY_BASE=`docker run --rm ruby:3.2 ruby -rsecurerandom -e 'puts SecureRandom.hex(64)'`" >> env.standalone
```
3. Optionally adjust Fundamento version in `docker-compose.yml` - otherwise `latest` will be used
4. Build and start docker containers: `docker compose up`
5. Enjoy your Fundamento on: `http://localhost:3000`

---

## Documentation

* https://docs.fundamento.it

---

## Development

### Making a release

* Create a release in https://github.com/Ikigai-Systems/fundamento-cloud
* Use the same release name in this repository \
Example:
```
gh release create -R ikigai-systems/fundamento-cloud v0.0.1-test.4
gh release create -R ikigai-systems/fundamento-standalone v0.0.1-test.4
```
* Official release images will be created in this repository.

---


Fundamento
Docs
Pricing
Terms
Privacy