Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
664f3434
authored
Nov 19, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circle: pipeline doc fixes
parent
b0fd61ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
circle/fabfile.py
+7
-0
docs/deploy.rst
+2
-1
docs/install.rst
+1
-1
No files found.
circle/fabfile.py
View file @
664f3434
...
...
@@ -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 @
664f3434
...
...
@@ -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
sudo npm -g install bower less yuglify
Set up *PostgreSQL* to listen on localhost and restart it::
...
...
docs/install.rst
View file @
664f3434
...
...
@@ -62,7 +62,7 @@ Update the package lists, and install the required system software::
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
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