-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 54f5bd7
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# DOT Indonesia Development Stack & Tools | ||
|
||
Ini adalah panduan tentang development stack dan perangkat saja yang perlu dipasang di masing-masing PC untuk kebutuhan development DOT Indonesia di masing-masing divisi. | ||
|
||
## General | ||
|
||
+ Mindmap: [xmind](https://www.xmind.net/) | ||
+ Komunikasi: [Slack](https://slack.com/) | ||
+ Kolaborasi: [Trello](https://trello.com/) (Task assignment), [Gitlab](https://gitlab.com) (Code Repository), [Google Drive](https://drive.google.com) | ||
+ GIT: [Git](https://git-scm.com/), [SourceTree](https://www.sourcetreeapp.com/) (Free for Mac & Windows), [Gitkraken](https://www.gitkraken.com/) (Free for Mac, Windows, Linux) | ||
|
||
## Backend | ||
|
||
### Development Stacks | ||
|
||
+ Server Side engine: PHP >= 7.0 | ||
+ Web Server: Apache 2.4 | ||
+ Database: MySQL >= 5.6 | ||
+ Node: [Nodejs LTS](https://nodejs.org/en/download/) | ||
+ Package Manager: [NPM](https://www.npmjs.com/), [Yarn](https://yarnpkg.com/en/), [Composer](https://getcomposer.org/) | ||
|
||
### Tools & IDE | ||
|
||
+ Free Editor: [Visual Studio Code](https://code.visualstudio.com/), [Sublime Text](https://www.sublimetext.com/) (Freemium) | ||
+ Non Free Editor: [PhpStorm](https://www.jetbrains.com/phpstorm/), [WebStorm](https://www.jetbrains.com/webstorm/) | ||
|
||
## Frontend | ||
|
||
### Development Stacks | ||
|
||
### Tools & IDE | ||
|
||
## Mobile | ||
|
||
### Development Stacks | ||
|
||
### Tools & IDE | ||
|
||
## Quality Assurance Engineering | ||
|
||
### Development Stacks | ||
|
||
### Tools & IDE | ||
|
||
## Design | ||
|
||
### Tools | ||
|
||
# Contribution | ||
|
||
# Contribution | ||
|
||
Internal engineer silakan berkontribusi untuk membuat guideline ini bisa lebih lengkap dan lebih baik. Caranya: | ||
|
||
+ Fork repository ini | ||
+ Buat branch baru di repository hasil fork | ||
+ Edit file readme sesuai dengan kebutuhan lalu commit. | ||
+ Ajukan pull request | ||
+ AVP divisi atau VP of engineering akan melakukan review dan melakukan approval Pull Request. | ||
|
||
Jika ada pertanyaan atau permintaan update silakan untuk mengajukan issue di repository terkait. |