Skip to content

Commit

Permalink
Merge remote-tracking branch 'blogatlas/develop'
Browse files Browse the repository at this point in the history
# Conflicts resolved:
#	assets/javascripts/common.0.30.0.min.js
#	assets/media/images/upload/closures-mini.png
#	assets/media/images/upload/closures.jpg
#	assets/media/images/upload/javascript-vs-typescript.jpg
#	assets/stylesheets/common.0.29.0.min.css
#	assets/stylesheets/common.0.30.0.min.css
#	assets/stylesheets/common.0.32.0.min.css
#	databases/mongodb/blog/article.json
#	databases/mongodb/blog/category.json
#	optimizations.json
#	package.json

Signed-off-by: MachinisteWeb <[email protected]>
  • Loading branch information
MachinisteWeb committed Jun 12, 2019
2 parents 0cbcd6c + 16baa13 commit 17404ec
Show file tree
Hide file tree
Showing 76 changed files with 13,807 additions and 11,301 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ node_modules
/webconfig.lesieur.json
/assets/rss.xml
/assets/feeds/articles.xml
/webconfig.production.json
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# BlogAtlas #

Version : 0.4
Version : 0.32

NodeAtlas Version minimale : 2.0.x
NodeAtlas Version minimale : 2.0.7

**For an international version of this README.md, [see below](#international-version).**

Expand All @@ -23,6 +23,7 @@ Pour mieux comprendre l'architecture JavaScript du site, [vous pouvez lire cet a
Pour faire tourner le site en local, il vous faudra installer [NodeAtlas](https://node-atlas.js.org/) sur votre poste de développement.

Vous devrez également installer :

- une base de donnée MongoDB sur le serveur de l'application.
- une base de donnée Redis sur le serveur de l'application.

Expand Down Expand Up @@ -50,6 +51,7 @@ et utilisez la commande :
```

ou lancez `server.na` en double cliquant dessus :

- en expliquant à votre OS que les fichiers `.na` sont lancé par défaut par `node`,
- en ayant installé `node-atlas` via `npm install -g node-atlas`
- en étant sur que votre variable d'environnement `NODE_PATH` pointe bien sur le dossier des `node_modules` globaux.
Expand Down Expand Up @@ -98,6 +100,7 @@ To better understand the JavaScript site architecture, [you can read this articl
To run the website in local, you must install [NodeAtlas](https://node-atlas.js.org/) on your development machine.

You will also need to install:

- a MongoDB database on the application server.
- a Redis database on the application server.

Expand Down Expand Up @@ -125,6 +128,7 @@ and use the command:
```

or run `app.na` by double clicking and:

- explaining your OS that `.na` files are run by default with `node`,
- Having installed `node-atlas` via `npm install -g node-atlas`
- Being on your environment variable `NODE_PATH` is pointing to the global `node_modules` folder.
Expand Down
1 change: 0 additions & 1 deletion assets/javascripts/common.0.30.0.min.js

This file was deleted.

Loading

0 comments on commit 17404ec

Please sign in to comment.