Skip to content
Snippets Groups Projects
Commit 1bcc2003 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Change default port (dev) to 8557

parent 1aed5e01
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,9 @@ Generate the site ...@@ -23,9 +23,9 @@ Generate the site
Serve it Serve it
./develop_server.sh restart 8556 ./develop_server.sh restart 8557
The website should be available at http://localhost:8556. The website should be available at http://localhost:8557.
## Generate production site ## Generate production site
......
...@@ -4,7 +4,7 @@ from __future__ import unicode_literals ...@@ -4,7 +4,7 @@ from __future__ import unicode_literals
# AUTHOR = u'Duniter' # AUTHOR = u'Duniter'
SITENAME = u'Duniter' SITENAME = u'Duniter'
SITEURL = u'http://localhost:8556' SITEURL = u'http://localhost:8557'
PATH = 'content' PATH = 'content'
THEME = "pelican-themes/pelican-bootstrap3" THEME = "pelican-themes/pelican-bootstrap3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment