summaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
blob: 840f2e4b9c7ac2aa2f957727be9755cde5c36bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

============
Installation
============

Installation Guides
===================

Those are links to the SDC installation guides found in ONAP Confluence:

- `Deploying SDC on a Linux VM for Development <https://wiki.onap.org/display/DW/Deploying+SDC+on+a+Linux+VM+for+Development>`_
- `Using Vagrant-Onap for local deployment of SDC project <https://wiki.onap.org/pages/viewpage.action?pageId=15999821>`_
>$http_proxy\";" > /etc/apt/apt.conf.d/02proxy || true && \ apt-get update && \ apt-get -y dist-upgrade && \ apt-get install -y openjdk-8-jre-headless COPY onap-cmso/docker-liquibase.jar ${APP_HOME}/app.jar COPY onap-cmso/startService.sh ${APP_HOME}/startService.sh RUN chmod 700 ${APP_HOME}/startService.sh RUN ln -s /share/etc ${APP_HOME}/etc RUN ln -s /share/logs ${APP_HOME}/logs VOLUME /share/etc VOLUME /share/logs WORKDIR ${APP_HOME} ENTRYPOINT ./startService.sh