Skip to content

Instantly share code, notes, and snippets.

@afknapping
Last active August 29, 2015 14:23
Show Gist options
  • Save afknapping/b6b4e9e2bb6fbbdc3e9f to your computer and use it in GitHub Desktop.
Save afknapping/b6b4e9e2bb6fbbdc3e9f to your computer and use it in GitHub Desktop.
Known local dev install notes

Known local dev enviroment

  • open a textdoc to make notes

  • Clone the Known repo git clone [email protected]:idno/Known.git

Setting up the local server

Download MAMP at mamp.info

  • Open MAMP (not MAMP Pro). MAMP will ask you to start the Pro version – don't do that, stay with simple MAMP

    image

Click the Start servers button

Open the marked myPHPadmin link

  • In the databases tab, create a new database called local_known with a collation of utf8_unicode_ci

    image


[raw notes]

  • set htdoc folder to Know clone

    mamp set htdocs

  • phpmyadmin: create db (utf8_unicode?), write down name for setup (screenshot missing yet)

  • set ports

    set ports 1

    set ports 1

  • lets get started

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