Skip to content

Instantly share code, notes, and snippets.

@sujitmhj
Created February 21, 2018 11:34
Show Gist options
  • Save sujitmhj/127fa679efb678246b2715fee3931749 to your computer and use it in GitHub Desktop.
Save sujitmhj/127fa679efb678246b2715fee3931749 to your computer and use it in GitHub Desktop.
API Server installation guide.
Follow these steps to install the api server.
Steps:
1) Install Nginx, php7.2, and php7.2-fpm
2) Go to project directory and run `composer install` to install dependencies
3) Install php-mongo driver
4) Configure __project_directory__/vendors/amember/application/configs/config.php
5) Add api server configuration in __project_directory__/.env file. You can use .env.example as template
6) Run `php artisan migrate` for migration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment