|
7 년 전 | |
---|---|---|
config | 8 년 전 | |
frontend | 7 년 전 | |
lib | 7 년 전 | |
migrations | 7 년 전 | |
models | 7 년 전 | |
routes | 7 년 전 | |
test | 7 년 전 | |
.gitignore | 8 년 전 | |
DOCUMENTATION.md | 8 년 전 | |
LICENSE | 8 년 전 | |
Procfile | 8 년 전 | |
README.md | 7 년 전 | |
package-lock.json | 7 년 전 | |
package.json | 7 년 전 | |
server.js | 7 년 전 |
Simple and beautiful forum software - created using Express, Vue, and Sequelize.
To install on Heroku:
git clone https://github.com/sbkwgh/forum.git && cd forum
heroku login
heroku git:remote -a <app-name>
heroku config:set NODE_ENV=production
heroku config:set SESSION_SECRET=<session-secret>
heroku config:set DATABASE_URL=<database-url>
cd frontend && npm install
npm run build
dist/
from .gitignore
cd .. && git add -A && git commit -m "Update .gitignore"
git push heroku master
N.B. the database here is assumed to be MySQL - to use Postgres or another you must install the corresponding driver on npm