Skip to content

StartGuideOJS

tnier01 edited this page Jul 30, 2021 · 2 revisions

This page describes how to start OJS on macOS. As a prerequisite, OJS must be installed as described here: Installation Guide OJS. This is an individually created instruction.


Start Guide OJS for macOS (11.2.2)

  1. Start PostgreSQL in a first terminal
    brew services start postgresql
    
  2. Navigate to your OJS instance in a second terminal
    cd /ojs
    
    php -S localhost:8000
    
  3. Open http://localhost:8000 in your browser
  4. Start the application postico


Stop Guide OJS for macOS (11.2.2)

  1. Stop PostgreSQL in your first terminal
    brew services stop postgresql
    
  2. End your session in the second terminal by pushing control+ c
  3. Close http://localhost:8000 in your browser
  4. Close the application postico
Clone this wiki locally