Skip to content

Instantly share code, notes, and snippets.

@dshendrickson
Created March 15, 2016 01:24
Show Gist options
  • Save dshendrickson/a521e0584edef588416f to your computer and use it in GitHub Desktop.
Save dshendrickson/a521e0584edef588416f to your computer and use it in GitHub Desktop.
GitHub Pull Down

GitHub Pull Down


Verify Web Server is Running and Accessible

  1. Start Apache:

$ sudo service httpd start

1. Use browser to confirm service is running

1. Stop Apache

    ```
$ sudo service httpd stop
  1. Clone the git repository:

Clone Instructions

1. Clear *.lock files: 

    ```
$ cd {directory pulled from repository}
  1. Create user database

  2. Create user

  3. grant all priviledeges to user on database

  4. bundle install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment