mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
4 lines
108 B
Bash
4 lines
108 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/etc/init.d/postgresql start ; /etc/init.d/rabbitmq-server start; cd /tower_devel; make server
|