https://github.com/statickidz/strapi-heroku
https://github.com/statickidz/strapi-heroku
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statickidz/strapi-heroku
- Owner: statickidz
- License: mit
- Created: 2018-12-11T15:07:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T17:34:15.000Z (over 7 years ago)
- Last Synced: 2024-12-31T03:12:32.464Z (over 1 year ago)
- Language: JavaScript
- Size: 15.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Strapi Heroku App
A Strapi app ready to be deployed on Heroku.
Be aware that one of the content type builder won't work due to the writing files restriction on the Heroku servers. If you do want to change content types, you need to follow these steps:
1. Click the button above and deploy your app
2. Clone that repo by using `heroku git:clone -a ` followed by your repo's name
3. Go into the cloned projects' folder using `cd` followed by your repo's name
4. Add the Heroku boilerplate as a remote by running `git remote add boilerplate https://github.com/strapi/strapi-heroku-app`
5. Pull from this new origin by running `git pull boilerplate master`
Then you will have to configure your database environments variable: https://github.com/strapi/strapi/wiki/Deploy-on-Heroku