Skip to content
Snippets Groups Projects
Commit 7f7662ad authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'update_doc' into 'master'

Update to 4.3 doc needs unicorn config copy
parents 3c62bdd5 bb435cc5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,6 +22,15 @@ git checkout 4-3-stable
 
### 4. Install libs, migrations etc
 
Edit web server settings
```
cp config/unicorn.rb.example config/unicorn.rb
editor config/unicorn.rb
```
Then:
```
# For MySQL users
bundle install --without postgres development test --deployment
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment