10000 GitHub - ligoj/ligoj at v3.2.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ligoj/ligoj

Repository files navigation

🔗 Ligoj - API Docker API - UI Docker UI

alt text FOSSA Status

A web application to centralize the related tools of your projects, a 21th century links management with security and data collection. More technical details can be found in the sub directories ligo-api and ligo-ui.

Build Status Build Status Quality Gate Codacy Badge Maintainability CodeFactor License Sauce Test Status

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs

Get started

curl https://raw.githubusercontent.com/ligoj/ligoj/master/docker-compose.yml -o docker-compose.yml -s && docker-compose up

Open your browser at : Ligoj Home User/password for administrator role : ligoj-admin and ligoj-user for a regular user

You can install the plug-ins for RBAC security : plugin-id,plugin-id-ldap,plugin-id-ldap-embedded

Dev section

See Wiki page

See each container ligo-api and ligo-ui.

License

FOSSA Status

Installation guides

One script rebuild and run

Docker, compose and git install, then build, then run.

sudo yum install docker git
sudo pip3 install docker-compose
sudo usermod -a -G docker ec2-user
sudo systemctl enable docker.service
sudo systemctl start docker.service
git clone https://github.com/ligoj/ligoj.git
cd ligoj
bash -c "app-api && docker build -t ligoj/ligoj-api:3.2.3 -f Dockerfile.build ."
bash -c "app-ui && docker build -t ligoj/ligoj-ui:3.2.3 -f Dockerfile.build ."
/usr/local/bin/docker-compose up
open http://localhost:8080/ligoj

Make Ligoj home persistent

By default with Docker compose, the home is persistent, keeping your plugins installation by mapping /usr/local/ligoj with a volume. The ligoj-ui container has no persistent data.

docker run -d --name ligoj-api --link ligoj-db:db -v ~/.ligoj:/usr/local/ligoj ligoj/ligoj-api:3.2.3

About

Ligoj, your enhanced project dependencies management

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

0