> For the complete documentation index, see [llms.txt](https://madeindonesia.gitbook.io/mi-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madeindonesia.gitbook.io/mi-guide/project-deployment-v1.2.1/local-environment-v22.0.md).

# #Local Environment v22.0

This checklist must be done by Project Leader

#### <mark style="background-color:blue;">\[x] Wordpress Core and Setting</mark>

```
[ ] Latest Version
[ ] Default Post
    [ ] Remove Hello World Post
[ ] Default Page
    [ ] Remove Sample Page
[ ] Setting
    [ ] General
        [ ] Email Administrator
        [ ] Timezone
        [ ] Language
        [ ] Data and Time Format
    [ ] Reading
        [ ] Static Page
    [ ] Discussion
        [ ] Comment author must fill out name and email
        [ ] User must be registered and logged in to comment
        [ ] Comment must be manually approved
    [ ] Permalink
    [ ] Privacy
        [ ] Set page
[ ] User Administrator
    [ ] Administrator General
        [ ] The Password should be random 
            (the password can be generated by visiting this link: 
            https://hide.me/id/password-generator)
    [ ] Administrator FE (if necessary)
        [ ] The Password should be random 
            (the password can be generated by visiting this link: 
            https://hide.me/id/password-generator)
    [ ] Administrator BE (if necessary)
        [ ] The Password should be random 
            (the password can be generated by visiting this link: 
            https://hide.me/id/password-generator)
    [ ] Administrator Client (if necessary)
        [ ] The Password should be random 
            (the password can be generated by visiting this link: https://hide.me/id/password-generator)
[ ] Turn on debug mode
[ ] Activate Starter Theme
```

#### <mark style="background-color:blue;">\[x] Starter Theme</mark>

```
[ ] Config theme name
[ ] Dependencies
    [ ] npm install
[ ] Config gulp setting
[ ] Mandatory Config
    [ ] Disable xmlrpc
    [ ] Disable wp-json (user and oembed)
    [ ] Disable rss feed
    [ ] Disable /author
```

#### <mark style="background-color:blue;">\[x] Plugin</mark>

```
[ ] Simple-history
[ ] Elementor / PRO
[ ] ACF / PRO
[ ] Classic Editor (Discussable)
```

#### <mark style="background-color:blue;">\[x] Central Database</mark>

```
[ ] Import database to server
[ ] Config WP-Config.php
```
