Wiki authored by Dominic Fehling's avatar Dominic Fehling
# Figments.nrw Wiki
[[_TOC_]]
## Introduction
Welcome to the Figments.nrw Wiki! This space is created to provide a centralized repository of technical and developmental knowledge regarding Figments.nrw. Whether you're interested in the conceptual foundations or the ongoing development, you'll find valuable insights and information here.
> **_NOTE:_** This is a living document. We will add and edit our documentation ongoing.
## Conceptual Ideas
Explore the foundational concepts and ideas that form the basis of Figments.nrw. Gain a deeper understanding of the project's vision and objectives.
- [Assets and Environments for Virtual Worlds](./Conceptual-Ideas/Assets-and-Environments)
## Development
Stay informed about the development progress of Figments.nrw. Discover how our features are built, how you can change or adapt these and how you can built your own features that contribute to the growth of this project.
Feel free to contribute to this wiki by letting us know what information is missing. You can send us your feedback via info@figments.nrw and we will try to add any additional articles to this wiki.
## Deployment
Deploying Figments.nrw can be tailored to suit various environments, including local hosts/clients, dedicated servers, and clustered setups. For local hosts and clients, the deployment process involves setting up the necessary dependencies and configuring the application to run efficiently on individual machines. This facilitates development and testing in a controlled environment. On the other hand, deploying Figments.nrw on dedicated servers involves configuring the software to operate continuously, making it accessible to a broader audience over the internet. This setup ensures consistent availability and performance, essential for a production-ready application. For more complex and scalable deployments, clustered environments are ideal. Clustered deployments involve distributing the application across multiple servers, allowing for load balancing, fault tolerance, and enhanced performance. Tailoring the deployment strategy to your specific needs ensures optimal functionality and scalability of Figments.nrw in diverse settings.
- [Server Orchestration and Setup](./Server-Orchestration-and-Setup)