Skip to content

Commit 1f08922

Browse files
authored
Merge pull request #134 from VCGithubCode/ak-prideful-branch
Add Heroku deployment steps
2 parents 9af6592 + 86c204a commit 1f08922

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,25 @@ To enhance user experience, an interactive map feature will be integrated, allow
290290

291291
This application has been deployed to Heroku using the following steps:
292292

293-
Placeholder
293+
#### Create the app
294+
1. Create a Heroku account on [heroku.com](https://heroku.com/)
295+
2. From the top right hand corner of the dashboard, click "New", then click "Create new app".
296+
3. Give the app a unique name and select the relevant region.
297+
4. Click "Create app".
298+
299+
#### Set the Config Vars
300+
301+
From the settings tab on the app dashboard, navigate to "Config Vars and click "Reveal Config Vars".
302+
303+
Set them as follows:
304+
305+
| Key | Value |
306+
| --- | --- |
307+
| CLOUDINARY_URL| Your Cloudinary URL |
308+
| DATABASE_URL| Your own database URL |
309+
| DISABLE_COLLECTSTATIC | 1 (temporary step, to be removed before deployment)
310+
| SECRET_KEY | Your own secret key |
311+
294312

295313
### Local Deployment
296314
1. Clone the repository: `git clone https://github.com/VCGithubCode/prideful-programmers.git`

0 commit comments

Comments
 (0)