-
Notifications
You must be signed in to change notification settings - Fork 2
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 PostgreSQL in a first terminal
brew services start postgresql
- Navigate to your OJS instance in a second terminal
cd /ojs
php -S localhost:8000
- Open
http://localhost:8000
in your browser - Start the application postico
- Stop PostgreSQL in your first terminal
brew services stop postgresql
- End your session in the second terminal by pushing
control
+c
- Close
http://localhost:8000
in your browser - Close the application postico