All Projects → opensalt → opensalt

opensalt / opensalt

Licence: MIT license
Standards Alignment Tool

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Twig
543 projects
Gherkin
971 projects
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to opensalt

symfony-docker
A template for new Symfony applications using Docker: ./install.sh && 🚀
Stars: ✭ 34 (-12.82%)
Mutual labels:  symfony-application, symfony-docker
Easy Admin Demo
A demo application to showcase EasyAdmin features
Stars: ✭ 219 (+461.54%)
Mutual labels:  symfony-application
Pd Admin
Powerful Admin Dashboard for Symfony 5
Stars: ✭ 70 (+79.49%)
Mutual labels:  symfony-application
Demo
Symfony Demo Application
Stars: ✭ 2,102 (+5289.74%)
Mutual labels:  symfony-application
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+3017.95%)
Mutual labels:  symfony-application
Composer Service
Composer as a service
Stars: ✭ 175 (+348.72%)
Mutual labels:  symfony-application
Accompli
An easy to use and extendable deployment tool for (PHP) projects.
Stars: ✭ 9 (-76.92%)
Mutual labels:  symfony-application
librarify-back
Librarify. Creando una API con Symfony 5 es un curso completo sobre Symfony 5 en el que cuento cómo desarrollar una API desde cero empleando FOS Rest Bundle.
Stars: ✭ 30 (-23.08%)
Mutual labels:  symfony-application
Core
Zikula Core Framework
Stars: ✭ 213 (+446.15%)
Mutual labels:  symfony-application
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (+323.08%)
Mutual labels:  symfony-application
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (+212.82%)
Mutual labels:  symfony-application
Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (+110.26%)
Mutual labels:  symfony-application
Lairdubois
L'Air du Bois is a Community Driven Woodworkers Sharing Platform.
Stars: ✭ 184 (+371.79%)
Mutual labels:  symfony-application
Symfony Ddd Edition
Symfony standard edition with DDD architecture.
Stars: ✭ 78 (+100%)
Mutual labels:  symfony-application
Phpdish
🏠 PHPDish is a powerful forum system written in PHP. It is based on the Symfony PHP Framework.
Stars: ✭ 225 (+476.92%)
Mutual labels:  symfony-application
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (+7.69%)
Mutual labels:  symfony-application
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (+166.67%)
Mutual labels:  symfony-application
Symfony Ddd Wishlist
Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind
Stars: ✭ 172 (+341.03%)
Mutual labels:  symfony-application
f43.me
A more readable & cleaner feed
Stars: ✭ 60 (+53.85%)
Mutual labels:  symfony-application
symfony-docker
This is a complete stack for running Symfony 6 with PHP-FPM 8.1 and MySQL 8 into Docker containers using docker-compose tool.
Stars: ✭ 172 (+341.03%)
Mutual labels:  symfony-docker

Standards Alignment Tool (SALT)

Latest Stable Version [Test Status] Quality Gate Status Scrutinizer Code Quality SensioLabsInsight

Overview

This is a prototype for testing the IMS Global Learning Consortium® CASE™ Specification and proving its use in real-world scenarios based on various proof of concept and pilot projects.

The code is intended to run using a set of docker containers using docker-compose so that it can be easily deployed in any Linux environment with docker installed.

Installation

  1. Install Docker from here and Docker Compose from here
  • Note that a new user group, docker, has been created. The user that will interact with the Docker service will need to be in this group.
  • Ensure to set the MySQL folder permissions: chmod -R 777 core/docker/data/mysql
  • Also set the cache directory permssions: chmod 777 core/var/cache
  1. Create .env file
cp .env.dist .env
  1. Edit .env and set desired values (optional)

  2. Start the application

make up
* To stop the application

```
make down
```
  1. Install libraries with composer/yarn and build application
make force-build
  1. Run database migrations
make migrate
  1. http://ip-address of web container/ should show the initial screen with debug turned on
  1. One will also need to create the administrative account and password for the system with the super-user role:
  • To create an organization use ./core/bin/console salt:org:add [organization name]
  • To create a user use ./core/bin/console salt:user:add [username] [--password="secret"] [--role="rolename"]

Other Docs

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].