All Projects → map-os → mapos

map-os / mapos

Licence: MIT License
Sistema de Controle de Ordens de Serviço

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to mapos

Unikraft
Unikraft is an automated system for building specialized POSIX-compliant OSes known as unikernels. (Core repository)
Stars: ✭ 183 (+662.5%)
Mutual labels:  application, os
Command Injection Payload List
🎯 Command Injection Payload List
Stars: ✭ 658 (+2641.67%)
Mutual labels:  application, os
Radical-OS
Radical kernel source tree
Stars: ✭ 45 (+87.5%)
Mutual labels:  os
Flashcards
Application to memorise information in a game form (SwiftUI)
Stars: ✭ 14 (-41.67%)
Mutual labels:  application
AOSV
Lecture notes for Advanced Operating Systems and Virtualization course at Sapienza University of Rome
Stars: ✭ 21 (-12.5%)
Mutual labels:  os
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+54.17%)
Mutual labels:  application
env
A lightweight package for loading OS environment variables into structs for Go projects
Stars: ✭ 24 (+0%)
Mutual labels:  os
desktop
Extendable calculator for the 21st Century ⚡
Stars: ✭ 85 (+254.17%)
Mutual labels:  application
Lazycard
A simple flashcard application where cards are formatted with Markdown.
Stars: ✭ 18 (-25%)
Mutual labels:  application
WeatherInKotlin
使用Kotlin语言开发的一款天气app
Stars: ✭ 85 (+254.17%)
Mutual labels:  application
idea-fight
A web application for helping you decide the priorities of your ideas
Stars: ✭ 17 (-29.17%)
Mutual labels:  application
vcoin
VCoin is lightweight application for keeping track of cryptocurrency prices.
Stars: ✭ 34 (+41.67%)
Mutual labels:  application
My-Business
Business management tool featuring accounts, invoices, partners, projects, and server 🦄
Stars: ✭ 37 (+54.17%)
Mutual labels:  application
android
Android eduVPN application
Stars: ✭ 80 (+233.33%)
Mutual labels:  application
Chocolater
Chocolater is simply a PowerShell code generator and it was conceived in order to facilitate the selection and installation of your favorite applications in one go.
Stars: ✭ 26 (+8.33%)
Mutual labels:  application
FOMOSv2-CL
FOMOS stands for: Free, Open source, Mobile, Operating, System.
Stars: ✭ 24 (+0%)
Mutual labels:  os
pretty-routes
Display your Laravel routes in the console, but make it pretty. 😎
Stars: ✭ 627 (+2512.5%)
Mutual labels:  laravel-framework
nightingale
A small operating system where I experiment and learn osdev.
Stars: ✭ 86 (+258.33%)
Mutual labels:  os
Appactive
AppActive: A middleware to build an application with multiple active architectures(阿里巴巴开源的一款标准通用且功能强大的构建应用多活架构的开源中间件)
Stars: ✭ 241 (+904.17%)
Mutual labels:  application
nimblenote
Simple keyboard-driven note taking application for macOS, Linux and Windows.
Stars: ✭ 31 (+29.17%)
Mutual labels:  application

Map-OS

⚠️ Aviso: Trabalho em progresso!

Version License Tests StyleCI Issues Contributors

MapOS

Requerimentos

  • PHP 7.3 ou superior
  • Banco de dados (por exemplo: MySQL, PostgreSQL, SQLite)
  • Servidor Web (por exemplo: Apache, Nginx, IIS)

Framework

Map-OS usa o Laravel, o melhor framework PHP atualmente, como base.

Instalação

  • Instale o Composer e o Npm
  • Clone o repositório: git clone https://github.com/map-os/mapos.git
  • Depois acesse a pasta MAPOS, cd mapos
  • Instale as dependências composer install ; npm install ; npm run production
  • Crie o arquivo de configuração de variáveis de ambiente cp .env.production .env
  • Configure as variáveis de ambiente e a conexão com o banco de dados no arquivo .env
  • Rode os seeders php artisan migrate:fresh --seed
  • Rode php artisan key:generate
  • Rode php artisan serve para iniciar o servidor.
  • Acesse o Map-OS no navegador: http://localhost:8000 ou url que você configurar.
  • E logue com as credenciais
Login: [email protected]
Senha: admin

Dependências de front-end

Ao atualizar dependências de front-end ou alterar arquivos CSS ou JS você precisará seguir as instruções abaixo.

  1. Garanta que tenha o Node e NPM instalado.
npm install
  1. Execute o comando abaixo para compilar o CSS e JS:
npm run prod

Este comando irá gerarr os arquivos dentro da pasta public com os arquivos CSS, e JavaScript minificados.

Contribuindo

Por favor, seja muito claro em suas pull requests, as pull requests podem ser rejeitadas sem motivo.

Ao contribuir com código para o Map-OS, você deve seguir os padrões de codificação PSR-2. A regra de ouro é: Imite o código Map-OS existente.

Changelog

Por favor, consulte Changelog para obter mais informações sobre todas as atualizações.

Segurança

Se você descobrir algum problema relacionado à segurança, envie um email para [email protected] ao invés de usar o issue tracker.

Créditos

Licença

O Map-OS é distribuído utilizando a MIT License.

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