Skip to content

Commit

Permalink
Merge pull request #64 from mdamien/readme-correct-headers
Browse files Browse the repository at this point in the history
correct markdown heading formating in README
  • Loading branch information
RouxRC authored Jun 11, 2017
2 parents 54305e8 + 0071f44 commit 6eb5b28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ A few perl and python dependencies are required. You can install them with the f
sudo pip install -r requirements.txt
```

##Generate git version for a bill
## Generate git version for a bill

Once the bill is published on *http://www.LaFabriqueDeLaLoi.fr/api/*, you can generate a git repository of it. The git is published on a gitlab instance.

The scripts need to be executed on the machine that hosts the gitlab instance.

###Check the configuration
### Check the configuration

The configuration file used is *scripts/gitlaw/config.inc*.

Expand All @@ -51,7 +51,7 @@ It contains :
- **MYSQL_USER** : the mysql user used by gitlab
- **MYSQL_PASS** : the mysql pass used by gitlab

###Generate the git repository
### Generate the git repository

The following script generate git repository for a given law id :

Expand All @@ -61,7 +61,7 @@ It creates a gitlab repository, generate all the commits for the different steps

It uses *data/LAW_ID* as a working directory.

###Change dates on gitlab interface
### Change dates on gitlab interface

*script/gitlaw/postgit.sh* changes the date on the gitlab interface to use the parliament ones instead of the pushed one.

Expand Down

0 comments on commit 6eb5b28

Please sign in to comment.