An open API service indexing awesome lists of open source software.

https://github.com/arsho/installation

Installation of various package and libraries.
https://github.com/arsho/installation

Last synced: over 1 year ago
JSON representation

Installation of various package and libraries.

Awesome Lists containing this project

README

          

# Installation
Step by step installation guideline of various packages and libraries.

| Title | Description | Procedure |
| --- | --- | --- |
| LAMP | Apache, MySQL, PHP, phpMyAdmin | [Installation procedure](lamp_installation/) |
| AWSCLI | Amazon Web Services Command Line Interface | [Installation procedure](awscli_installation/) |
| MySQL | Relational database management system | [Installation procedure](MySQL_installation/) |
| phpMyAdmin_installation | Administration tool for MySQL | [Installation procedure](phpMyAdmin_installation/) |
| Filezilla | FTP client application | [Installation procedure](Filezilla_installation/) |
| Node React Yarn | Javascript | [Installation procedure](node_react_yarn_installation) |

### What is this repository for?

* Various installation procedure
* Version Controlling
* [Issue Tracking](https://github.com/arsho/installation/issues)

### How do I get set up?

* Nothing!
* Add Python to Environment Path when installing

### Github use ###

#### Step 1: Installing Git Client

The following steps can be done using Git Shell(Windows) or Ubuntu terminal.

* Install `Git` in Windows: Download and install `Github desktop`. URL:
[https://desktop.github.com/](https://desktop.github.com/)
* Install `Git` in Ubuntu: `sudo apt-get install git`

#### Step 2: Clone this repo to your PC

* Open git client (Git shell / terminal).
* `git clone https://github.com/arsho/installation.git`

#### Step 3: Push modification to Bitbucket from your PC?

* Open git client (Git shell / terminal) and do the following steps.
* `git pull --all`
* `git add --all`
* `git commit -m "Commit message"`
* `git push -u origin master`

#### How this repository is created

* Created a repository in Github.
* CD to a directory in local PC.
* Opened git client and did the following steps.
* `git clone https://github.com/arsho/installation.git`
* `git add --all`
* `git commit -m "First commit"`
* `git push -u origin master`

### Run the program

* This repository has no program to run.

#### Tested OS

* Ubuntu 16.04 LTS
* Ubuntu 18.04 LTS
* Windows 10 (64 bit)

#### Screenshot of various installation

* See attached `screenshot` folder in this repository.
* Add `Youtube` URL if any.

### Modification Needed ###

* All Modification / suggestion should be listed here.

### Future work ###

* Add more future work.

### Reference

* [https://help.github.com/](https://help.github.com/)

### Development Status (Current)

* Development Status :: 4 - Beta

#### Development Status Phases (For understanding)
* Development Status :: 1 - Planning
* Development Status :: 2 - Pre-Alpha
* Development Status :: 3 - Alpha
* Development Status :: 4 - Beta
* Development Status :: 5 - Production/Stable
* Development Status :: 6 - Mature
* Development Status :: 7 - Inactive