Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
challenges
spectrm
Commits
489e6022
Commit
489e6022
authored
5 years ago
by
Maxim Starikov
Browse files
Options
Download
Email Patches
Plain Diff
fix readme formatting
parent
85b18e3e
No related merge requests found
Pipeline
#37
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
readme.md
readme.md
+5
-1
No files found.
readme.md
View file @
489e6022
...
...
@@ -8,11 +8,12 @@ even worse practice is making the project during night time in very limited time
into consideration. There is also no proper error handling nor configuration. This all should be added later
how to setup and run:
1.
clone repository:
> git clone http://git.maxistar.me/maxim/spectrm.git
> cd spectrm/
2.
install composer dependencies
...
...
@@ -26,6 +27,7 @@ how to setup and run:
4.
create db and chema:
> bin/console doctrine:database:create
> bin/console doctrine:schema:create
5.
populate cities:
...
...
@@ -33,7 +35,9 @@ how to setup and run:
download current.city.list.json.gz from http://bulk.openweathermap.org/sample/ and unzip it:
> gunzip current.city.list.json.gz
> php bin/console app:populate-cities ./current.city.list.json
> #22635 cities were created
6.
fetch weather forecast
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment