larssieboy18 / install-it

Tool for easily installing packages on a Linux server by generating a install script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install IT

Live version available at:

https://install.lukas.sh

Description

Tired of googling how to install a certain software package on your server? This is the place to find the answer.

Install it in a project to make it easier to install software on Linux. You simply select a Linux distribution and the software you want to install and Install it will generate a script that you can run to install the software. It will not just simply apt install the-package but will also run the post installation commands (for example setting permissions or setting up a database).

Development

The following stack is used:

  • Angular
  • Strapi REST API
  • Postgres database for the REST API

Setup

To get started with development you need to install the following:

  • Docker
  • Docker Compose

You can simply run the docker-compose file (or setup the projects manually with npm)

docker-compose up

About

Tool for easily installing packages on a Linux server by generating a install script

License:Apache License 2.0


Languages

Language:TypeScript 61.7%Language:JavaScript 14.4%Language:SCSS 12.9%Language:HTML 9.6%Language:Dockerfile 0.6%Language:Shell 0.5%Language:Sass 0.2%