]> git.parisson.com Git - mezzo.git/commitdiff
rename env
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 19 Apr 2016 10:00:44 +0000 (12:00 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 19 Apr 2016 10:00:44 +0000 (12:00 +0200)
conf/dev.yml [deleted file]
conf/eve.yml [deleted file]
conf/lib.yml [deleted file]
env/dev.yml [new file with mode: 0644]
env/eve.yml [new file with mode: 0644]
env/lib.yml [new file with mode: 0644]

diff --git a/conf/dev.yml b/conf/dev.yml
deleted file mode 100644 (file)
index ffd7fd2..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
-
-# Manifeste is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-
-# Manifeste is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with Manifeste.  If not, see <http://www.gnu.org/licenses/>.
-
-# Authors:
-# Guillaume Pellerin <guillaume.pellerin@ircam.fr>
-
-
-app:
-  command: /bin/sh deploy/start_app.sh --runserver
-  volumes:
-    - ./app/:/srv/app
-  ports:
-    - "9010:8000"
-  environment:
-    - DEBUG='True'
diff --git a/conf/eve.yml b/conf/eve.yml
deleted file mode 100644 (file)
index 8190bff..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-    # -*- coding: utf-8 -*-
-#
-# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
-
-# Manifeste is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-
-# Manifeste is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with Manifeste.  If not, see <http://www.gnu.org/licenses/>.
-
-# Authors:
-# Guillaume Pellerin <guillaume.pellerin@ircam.fr>
-
-evedb:
-  image: postgres
-  volumes:
-    - ./data/var/lib/postgresql/eve/data/:/var/lib/postgresql/data
-  volumes_from:
-    - data
-  environment:
-    - POSTGRES_PASSWORD=mysecretpassword
-    - POSTGRES_USER=postgres
-    - POSTGRES_DB=eve
diff --git a/conf/lib.yml b/conf/lib.yml
deleted file mode 100644 (file)
index 839cb24..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
-
-# Manifeste is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-
-# Manifeste is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with Manifeste.  If not, see <http://www.gnu.org/licenses/>.
-
-# Authors:
-# Guillaume Pellerin <guillaume.pellerin@ircam.fr>
-
-
-app:
-  volumes:
-    - ./app/:/srv/app
-    - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda
diff --git a/env/dev.yml b/env/dev.yml
new file mode 100644 (file)
index 0000000..ffd7fd2
--- /dev/null
@@ -0,0 +1,29 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+# Manifeste is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+
+# Manifeste is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with Manifeste.  If not, see <http://www.gnu.org/licenses/>.
+
+# Authors:
+# Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+
+app:
+  command: /bin/sh deploy/start_app.sh --runserver
+  volumes:
+    - ./app/:/srv/app
+  ports:
+    - "9010:8000"
+  environment:
+    - DEBUG='True'
diff --git a/env/eve.yml b/env/eve.yml
new file mode 100644 (file)
index 0000000..8190bff
--- /dev/null
@@ -0,0 +1,30 @@
+    # -*- coding: utf-8 -*-
+#
+# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+# Manifeste is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+
+# Manifeste is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with Manifeste.  If not, see <http://www.gnu.org/licenses/>.
+
+# Authors:
+# Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+evedb:
+  image: postgres
+  volumes:
+    - ./data/var/lib/postgresql/eve/data/:/var/lib/postgresql/data
+  volumes_from:
+    - data
+  environment:
+    - POSTGRES_PASSWORD=mysecretpassword
+    - POSTGRES_USER=postgres
+    - POSTGRES_DB=eve
diff --git a/env/lib.yml b/env/lib.yml
new file mode 100644 (file)
index 0000000..839cb24
--- /dev/null
@@ -0,0 +1,25 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2015 Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+# Manifeste is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+
+# Manifeste is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with Manifeste.  If not, see <http://www.gnu.org/licenses/>.
+
+# Authors:
+# Guillaume Pellerin <guillaume.pellerin@ircam.fr>
+
+
+app:
+  volumes:
+    - ./app/:/srv/app
+    - ./lib/mezzanine-agenda/:/srv/lib/mezzanine-agenda