Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4dc6dfdf
Commit
4dc6dfdf
authored
Dec 02, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add assets:precompile to CE-to-EE update steps
parent
278935a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
doc/update/6.0-ce-to-ee.md
doc/update/6.0-ce-to-ee.md
+1
-0
doc/update/6.1-ce-to-ee.md
doc/update/6.1-ce-to-ee.md
+1
-0
doc/update/6.2-ce-to-ee.md
doc/update/6.2-ce-to-ee.md
+1
-0
No files found.
doc/update/6.0-ce-to-ee.md
View file @
4dc6dfdf
...
...
@@ -44,6 +44,7 @@ sudo -u git -H bundle install --without development test postgres --deployment
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
sudo
-u
git
-H
bundle
exec
rake db:migrate
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake assets:precompile
RAILS_ENV
=
production
```
### 5. Update Init script
...
...
doc/update/6.1-ce-to-ee.md
View file @
4dc6dfdf
...
...
@@ -44,6 +44,7 @@ sudo -u git -H bundle install --without development test postgres --deployment
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
sudo
-u
git
-H
bundle
exec
rake db:migrate
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake assets:precompile
RAILS_ENV
=
production
```
### 5. Update Init script
...
...
doc/update/6.2-ce-to-ee.md
View file @
4dc6dfdf
...
...
@@ -44,6 +44,7 @@ sudo -u git -H bundle install --without development test postgres --deployment
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
sudo
-u
git
-H
bundle
exec
rake db:migrate
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake assets:precompile
RAILS_ENV
=
production
```
### 5. Update Init script
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment