Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nationalparkservice/places-website
The Places website.
https://github.com/nationalparkservice/places-website
Last synced: about 14 hours ago
JSON representation
The Places website.
- Host: GitHub
- URL: https://github.com/nationalparkservice/places-website
- Owner: nationalparkservice
- Created: 2015-01-06T19:05:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T15:59:58.000Z (over 8 years ago)
- Last Synced: 2024-04-14T19:24:20.273Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 14
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
places-website
==============The web server for the places-api project
This project allows the use of the places-api express.js middleware.
The Places API itself is built as middleware for a container application.
The places-website project can serve as that container.It also contains some templated pages for viewing information directly from the places-api.
Deploying
---------
The places server currently runs two instances of the places-api
* places-website: This is the production places system, it can be started using the command `sudo start places-website`. It uses the `places_api` and `places_pgs` databases
* * places-website-test: This is the test places system, it can be started using the command `sudo start places-website-test`. It uses the `test_places_api` and `test_places_pgs` databases.There are also the `dev_places_api` and `dev_places_api` databases. These are used for the development system only.
To check the status of these services, you can run the `sudo forever list` command.