{"id":25109902,"url":"https://github.com/glific/glific-website","last_synced_at":"2025-04-02T09:25:38.053Z","repository":{"id":48979469,"uuid":"296347128","full_name":"glific/glific-website","owner":"glific","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-26T06:53:24.000Z","size":12221,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-02-08T00:32:38.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://glific.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glific.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-17T14:13:31.000Z","updated_at":"2023-01-31T07:49:42.000Z","dependencies_parsed_at":"2023-02-16T06:45:48.245Z","dependency_job_id":null,"html_url":"https://github.com/glific/glific-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glific%2Fglific-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glific%2Fglific-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glific%2Fglific-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glific%2Fglific-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glific","download_url":"https://codeload.github.com/glific/glific-website/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246786617,"owners_count":20833722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-08T00:32:47.989Z","updated_at":"2025-04-02T09:25:38.007Z","avatar_url":"https://github.com/glific.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress Installation Glific\n\n## Prerequisites\n\n1. Composer\n2. NPM\n3. Grunt\n\n## Installation\n\n1. Fork this master repository.\n\n   * Create a local clone for the forked repository.\n\n   * Avoid creating a sync with the master repository.\n\n   * [Know more on how to **fork a repo**](https://help.github.com/articles/fork-a-repo/)\n\n2. On your local machine, Run `composer install` in the root directory using the CLI.\n\n3. Run `npm install` on */public/wp-content/themes/glific/* directory.\n\n4. Run `grunt` to check if the grunt installation worked. You should see a style.css and main.js inside your theme. \n\n5. Secure your WordPress installation.\n\n   * Rename wp-sample-config.php in *glific-website/public/* directory to wp-config.php.\n\n   * Generate a new set of auth keys. [Generate](https://api.wordpress.org/secret-key/1.1/salt/)\n\n   * Replace the auth key code in wp-config.php with newly generated set of auth keys.\n      ```\n  \n      define('AUTH_KEY', '');\n  \n      define('SECURE_AUTH_KEY', '');\n  \n      define('LOGGED_IN_KEY', '');\n  \n      define('NONCE_KEY', '');\n  \n      define('AUTH_SALT', '');\n  \n      define('SECURE_AUTH_SALT', '');\n  \n      define('LOGGED_IN_SALT', '');\n  \n      define('NONCE_SALT', '');\n  \n      ```\n\n   * Change the table prefix as you need in wp-config.php.\n   \n   * Configure the WP_ROOT for your development environment.\n      ```\n      define('WP_ROOT', '/put_your_project_name_here/public');\n      \n      ```\n   \n   * Set the Debug Mode to true for your development environment.\n      ```\n      define('WP_DEBUG', true);\n      \n      ```\n\n6. Configure the database.\n\n   * Create a new database for your project with MySql.\n\n   * Update configurations for newly created database in *public/wp-config.php*.\n      ```\n      define('DB_NAME', '');\n      \n      define('DB_USER', '');\n      \n      define('DB_PASSWORD', '');\n      \n      define('DB_HOST', '');\n      \n      define('DB_CHARSET', 'utf8');\n      \n      ```\n\n   * All geared up for the famous [5 minute install](https://codex.wordpress.org/Installing_WordPress). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglific%2Fglific-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglific%2Fglific-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglific%2Fglific-website/lists"}