All Projects → cloudogu → smeagol

cloudogu / smeagol

Licence: MIT License
Store your technical documentation with in your git repository

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to smeagol

smeagol-galore
A git-based wiki featuring markdown, a WYSIWYG Editor, PlantUML, and much more
Stars: ✭ 21 (+10.53%)
Mutual labels:  wiki, plantuml
Starter
CP1404/CP5632 IT@JCU Wiki guides and basic starter Python code
Stars: ✭ 29 (+52.63%)
Mutual labels:  wiki
wikitopdf
Export a repo's wiki as a PDF ebook.
Stars: ✭ 14 (-26.32%)
Mutual labels:  wiki
Cornerstone
一站式项目管理系统 任务管理、需求管理、缺陷管理、DevOps、WIKI、在线文档 同样的功能,带来不同的体验!
Stars: ✭ 33 (+73.68%)
Mutual labels:  wiki
mkdocs build plantuml
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
Stars: ✭ 31 (+63.16%)
Mutual labels:  plantuml
wiki
Вики знания о проекте Голос
Stars: ✭ 18 (-5.26%)
Mutual labels:  wiki
folio
Python-powered, Markdown-formatted personal wiki
Stars: ✭ 27 (+42.11%)
Mutual labels:  wiki
RoadToTop50-Methodology
Methodology notes for web and infrastructure (Windows/Linux) testing.
Stars: ✭ 32 (+68.42%)
Mutual labels:  wiki
gollum-galore
🍬 Gollum wiki with lots of sugar 🍬
Stars: ✭ 14 (-26.32%)
Mutual labels:  wiki
sepia-docs
Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
Stars: ✭ 160 (+742.11%)
Mutual labels:  wiki
source
A wiki of tutorials
Stars: ✭ 34 (+78.95%)
Mutual labels:  wiki
aragon-wiki
The Aragon wiki
Stars: ✭ 76 (+300%)
Mutual labels:  wiki
plantuml-libs
A set of PlantUML libraries and a NPM cli tool to design diagrams which focus on several technologies/approaches: Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), C4 Model or even EventStorming and more.
Stars: ✭ 75 (+294.74%)
Mutual labels:  plantuml
Cyanhall
Content List on Cyanhall, Star me if it’s useful ★ Cheatsheets
Stars: ✭ 39 (+105.26%)
Mutual labels:  wiki
idle
parse source code(objective-c, java) generate uml(class diagram)
Stars: ✭ 44 (+131.58%)
Mutual labels:  plantuml
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+189.47%)
Mutual labels:  wiki
salesforce-plantuml
Salesforce app to generate UML class & ER-diagrams from your org data. Leverages the PlantUML library.
Stars: ✭ 89 (+368.42%)
Mutual labels:  plantuml
fortnightly-plan
北京化工大学 BUCT-UCE 社团: 编程学习 - 周计划WP,双周计划FP,月计划MP
Stars: ✭ 36 (+89.47%)
Mutual labels:  wiki
WeiNote
Keep a note just like post a weibo
Stars: ✭ 59 (+210.53%)
Mutual labels:  wiki
py2puml
Generate PlantUML class diagrams to document your Python application.
Stars: ✭ 51 (+168.42%)
Mutual labels:  plantuml

Cloudogu logo

GitHub license GitHub release

Smeagol Dogu

https://cloudogu.com

This repository contains smeagol, an wiki server which stores its files in a git repository.

Development

Environment

Note: If you intend to use your local ecosystem, which will also reside on 192.168.56.2 by default, you have to set an etcd key first. This can be done in vagrant with the command etcdctl set /config/_global/stage "development" and restarting CAS in vagrant via docker restart cas.

Setting up a development ecosystem via groovy

Smeagol requires a proper configured Cloudogu EcoSystem in order to work properly. This can be achieved by using the provided groovy execution:

./mvnw groovy:execute@up

This command will clone the ecosystem repository into the .workspace folder, creates a setup.json with a proper configuration and starts the vm. After the vm has started, open the setup in your browser at http://192.168.56.2:8080, register the instance and finish the setup.

Then you can access SCM-Manager at: https://192.168.56.2/scm/.

Username: admin, Password: adminpw

With those credentials you can also enter the VM via SSH:

Hint: Make sure your SCM-Manager has the Smeagol Plugin installed!

To stop the vm use the down execution:

./mvnw groovy:execute@down

If the vm is not longer required, it can be removed with the destroy execution:

./mvnw groovy:execute@destroy

REST API

The server for the REST API can be started with the run goal of the spring-boot maven plugin:

./mvnw clean spring-boot:run

To access the development instance open http://192.168.56.1:8080 in your browser. For example, you can get all repositories from http://192.168.56.1:8080/smeagol/api/v1/repositories.

UI

Make sure your SCM-Manager has the Smeagol Plugin installed!

If Smeagol runs on your local host and you use CAS and SCM-Manger inside a CES instance please make sure the SCM-Manager CAS setting accepts any proxy like so:

  • Administration -> Settings -> CAS -> Accept any proxy (enabled)

To start the UI development server, you should use yarn. First install the required dependencies:

yarn install

After the dependency installation has finished, start the development server:

yarn run start

After the RESTApi and the UI are successfully started, we can open Smeagol in our browser at http://192.168.56.1:8080. The spring-boot server from the RESTApi will proxy every ui request to the UI server.

Hot Reload

Hot reload should work out of the box for the ui.

To enable hot reload for java classes, the application must be started with the maven goal "spring-boot:run". For Intellij we have to recompile the project or enable "Make project automatically", but this requires some sort of hack. Please have a look at the description of the issue IDEA-141638.


What is the Cloudogu EcoSystem?

The Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry. We have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus. The Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under MIT License.

How to get in touch?

Want to talk to the Cloudogu team? Need help or support? There are several ways to get in touch with us:


© 2020 Cloudogu GmbH - MADE WITH ❤️ FOR DEV ADDICTS. Legal notice / Impressum

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].