{"id":20179687,"url":"https://github.com/nestorwheelock/install-mautic","last_synced_at":"2026-01-03T23:31:41.393Z","repository":{"id":257391891,"uuid":"718808843","full_name":"nestorwheelock/install-mautic","owner":"nestorwheelock","description":"Installs Mautic on FreeBSD","archived":false,"fork":false,"pushed_at":"2024-09-16T11:11:37.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T16:50:57.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nestorwheelock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-14T20:59:39.000Z","updated_at":"2024-09-16T11:12:20.000Z","dependencies_parsed_at":"2024-09-16T12:51:09.335Z","dependency_job_id":"d557e2e2-ad49-45fb-a9ea-abbeebd6b0a4","html_url":"https://github.com/nestorwheelock/install-mautic","commit_stats":null,"previous_names":["nestorwheelock/install-mautic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorwheelock%2Finstall-mautic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorwheelock%2Finstall-mautic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorwheelock%2Finstall-mautic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorwheelock%2Finstall-mautic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nestorwheelock","download_url":"https://codeload.github.com/nestorwheelock/install-mautic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241616681,"owners_count":19991542,"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":"2024-11-14T02:27:47.490Z","updated_at":"2026-01-03T23:31:41.361Z","avatar_url":"https://github.com/nestorwheelock.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Mautic Installation Script\n\nThis script automates the installation and setup of a Mautic server on FreeBSD along with necessary dependencies like Apache, MariaDB, PHP, and additional required packages. The script also generates a random database password for Mautic and configures the system accordingly.\n\n## Features\n\n- Sets up hostname, Apache, and MySQL services to start on boot.\n- Installs necessary packages such as MariaDB, PHP, Apache, Git, and Node.js.\n- Downloads and installs Mautic.\n- Configures the Mautic database with a randomly generated password.\n- Sets appropriate file permissions for Mautic files.\n\n## Requirements\n\n- FreeBSD operating system\n- Internet access to download necessary packages and Mautic\n\n## Usage\n\n### Step 1: Clone the repository or download the script\n\nDownload the script directly:\n\n```bash\nwget https://your-server/mautic-install.sh\nchmod +x mautic-install.sh\n```\n\nAlternatively, clone the repository if available:\n\n```bash\ngit clone https://github.com/your-username/mautic-installer.git\ncd mautic-installer\nchmod +x mautic-install.sh\n```\n\n### Step 2: Run the script\n\nRun the script as root or with sudo:\n\n```bash\n./mautic-install.sh\n```\n\n### Step 3: Database Details\n\nAfter running the script, a file `/root/mauticnotes` will be created containing the database details, including:\n\n- **Database name**: `mautic`\n- **Database user**: `mautic`\n- **Database password**: Randomly generated password\n- **Database host**: `127.0.0.1`\n\nYou can reference this file for the database credentials during Mautic setup.\n\n### Step 4: Access Mautic\n\nOnce the script finishes, you can access Mautic through the configured IP address or hostname. For example:\n\n```bash\nhttp://192.168.1.34\n```\n\nor\n\n```bash\nhttp://mautic.scity.co\n```\n\n### Additional Notes\n\n- The script installs PHP 8.0 with various extensions required by Mautic.\n- Apache and MySQL services are set to start on boot.\n- You may need to configure Apache further based on your environment.\n\n## License\n\nThis script is provided under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestorwheelock%2Finstall-mautic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnestorwheelock%2Finstall-mautic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestorwheelock%2Finstall-mautic/lists"}