Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikigai-systems/fundamento-standalone
- Owner: Ikigai-Systems
- Created: 2024-12-09T12:23:44.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-07T21:07:55.000Z (4 days ago)
- Last Synced: 2025-01-07T21:18:21.371Z (4 days ago)
- Topics: application, automation, cloud, collaboration, data-analysis, data-visualization, docs, documentation, on-prem, ruby-on-rails, wiki, wiki-engine
- Language: Shell
- Homepage: https://fundamento.it
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fundamento - Strong foundation for your internal collaboration
---
## 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