Skip to content

Commit

Permalink
Merge pull request #2 from sbesson/README
Browse files Browse the repository at this point in the history
Fix Markdown indentation
  • Loading branch information
joshmoore committed Nov 10, 2015
2 parents 3d7727c + 88f0b34 commit 2b03398
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
Getting started
---------------

* Clone devspave to a directory with a meaningful name,
since this will be part of your docker container names:
* Clone devspave to a directory with a meaningful name, since this will be
part of your docker container names:

git clone git://github.com/openmicroscopy/devspace MYTOPIC
git clone git://github.com/openmicroscopy/devspace MYTOPIC

* Run rename.py to match your topic name:
* Run rename.py to match your topic name:

./rename.py MYTOPIC
./rename.py MYTOPIC

* Optionally, commit those changes to a new branch
* Optionally, commit those changes to a new branch:

git checkout -b MYTOPIC && git commit -a -m "Start MYTOPIC branch"
git checkout -b MYTOPIC && git commit -a -m "Start MYTOPIC branch"

* Configure the .ssh and .gitconfig files in the slave directory (TBD)
* Configure the .ssh and .gitconfig files in the slave directory (TBD)

* Start up the jenkins slave (which starts up all requirements)
* Start up the jenkins slave (which starts up all requirements)::

./up slave
./up slave

* Check that the containers are running:

docker ps
docker ps

* Configure artifactory:
- Add an artifactory user (optional)
- Under "System Configuration" add your artifactory URL
* Configure artifactory:
- Add an artifactory user (optional)
- Under "System Configuration" add your artifactory URL

0 comments on commit 2b03398

Please sign in to comment.