mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 16:28:17 +00:00
smimimi
Clarify backend setup instructions in README.
This commit is contained in:
parent
78c1b30e78
commit
78ec742f04
1 changed files with 2 additions and 2 deletions
|
|
@ -58,10 +58,10 @@ cp .env.example .env
|
|||
npm install
|
||||
npm run dev
|
||||
|
||||
# In a separate terminal, for the backend:
|
||||
In a separate terminal
|
||||
cd backend
|
||||
cp .env.example .env
|
||||
# Edit .env and set SESSION_SECRET to a 64+ char string (run: openssl rand -hex 64)
|
||||
Edit .env
|
||||
bundle config set --local path 'vendor/bundle'
|
||||
bundle install
|
||||
bundle exec rackup config.ru -p 9292
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue