Skip to content

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

License

Notifications You must be signed in to change notification settings

lukasvdberk/install-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install it

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

Install it is 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published