Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
445a2148
authored
Nov 24, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pipeline-docs' into 'master'
Pipeline doc fixes
✅
See merge request !277
parents
b0fd61ef
a6acad5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
circle/fabfile.py
+7
-0
docs/deploy.rst
+2
-1
docs/install.rst
+2
-2
No files found.
circle/fabfile.py
View file @
445a2148
...
...
@@ -71,10 +71,17 @@ def compile_messages():
run
(
"./manage.py compilemessages"
)
def
compile_less
():
"Compile LESS files"
with
_workon
(
"circle"
),
cd
(
"~/circle/circle"
):
run
(
"./manage.py compileless"
)
@roles
(
'portal'
)
def
compile_things
():
"Compile translation and collect static files"
compile_js
()
compile_less
()
collectstatic
()
compile_messages
()
...
...
docs/deploy.rst
View file @
445a2148
...
...
@@ -35,7 +35,8 @@ Update the package lists, and install the required system software::
sudo apt-get update
sudo apt-get install --yes virtualenvwrapper postgresql git \
python-pip rabbitmq-server libpq-dev python-dev ntp memcached \
libmemcached-dev gettext wget pwgen nginx
libmemcached-dev gettext wget pwgen nginx npm nodejs-legacy
sudo npm -g install bower less yuglify
Set up *PostgreSQL* to listen on localhost and restart it::
...
...
docs/install.rst
View file @
445a2148
...
...
@@ -61,8 +61,8 @@ Update the package lists, and install the required system software::
sudo apt-get update
sudo apt-get install --yes virtualenvwrapper postgresql git \
python-pip rabbitmq-server libpq-dev python-dev ntp memcached \
libmemcached-dev npm
sudo npm -g install bower less
libmemcached-dev npm
nodejs-legacy
sudo npm -g install bower less
yuglify
Set up *PostgreSQL* to listen on localhost and restart it::
...
...
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