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
Commit
3efe50cc
authored
Apr 18, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devenv: install nodejs&tools
parent
c66f8ca8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
miscellaneous/devenv/nextinit.sh
+4
-1
No files found.
miscellaneous/devenv/nextinit.sh
View file @
3efe50cc
...
...
@@ -14,7 +14,7 @@ Defaults env_keep += DJANGO_SETTINGS_MODULE
A
sudo
chmod 0440 /etc/sudoers.d/djangokeep
sudo
apt-get install rabbitmq-server gettext memcached
sudo
apt-get install rabbitmq-server gettext memcached
nodejs
sudo
rabbitmqctl delete_user guest
||
true
sudo
rabbitmqctl add_user nyuszi teszt
||
true
sudo
rabbitmqctl add_vhost django
||
true
...
...
@@ -22,6 +22,9 @@ sudo rabbitmqctl set_permissions -p django nyuszi '.*' '.*' '.*' || true
sudo
pip install python-memcached
sudo
npm install
-g
less
sudo
npm install
-g
uglify-js@1
sudo
cp /opt/webadmin/cloud/miscellaneous/devenv/boot_url.py /opt/
#Set up store server
...
...
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