Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resource-watch/stories
https://github.com/resource-watch/stories
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/resource-watch/stories
- Owner: resource-watch
- License: mit
- Created: 2017-11-07T10:16:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T11:10:56.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T09:38:31.919Z (7 months ago)
- Language: PHP
- Size: 5.46 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stories for Resource Watch
## Installation using docker
Very useful for **development**, as it ensures everyone has the same development environment.
You can install Docker from [here](https://www.docker.com).Building docker container:
```bash
docker-compose build
```Runing container:
```bash
docker-compose up
```### Importing the database
A wordpress project is mainly kept in a database that keeps its state.
Therefore, this database should be imported into the one that exists in the external volume.The dump of the database isn't saved in this git repository.
```
docker exec -i mysql -uwordpress -pwordpress wordpress -h db < dump.sql
```## Connecting to the server
Open the browser on `http://localhost`
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b feature/my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feature/my-new-feature`
5. Submit a pull request :D## License
[MIT](https://github.com/Vizzuality/internet-health-report/blob/master/LICENSE)