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.
- Host: GitHub
- URL: https://github.com/arsho/installation
- Owner: arsho
- Created: 2017-03-15T09:31:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T05:54:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T04:46:15.769Z (over 1 year ago)
- Size: 44.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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