GeotiefExplore/readme.md

34 lines
809 B
Markdown
Raw Permalink Normal View History

2020-11-12 15:48:24 +00:00
## Getting Started
These instructions will show you how to get a copy of the project and how to deploy the project on a live system.
Create web folder:\
`sudo mkdir -p /var/www/3d-app/`
Clone the repository to your web folder:\
`git clone https://github.com/geolba/GeotiefExplore.git /var/www/3d-app/`
Switch to the repo folder:\
`cd /var/www/3d-app/`
Copy the example env file and make the required configuration changes in the .env file
`cp .env.example .env`
`.env` - Environment variables can be set in this file
Configure your database connection in .env-file e.g.:
`nano .env`
```ini
NODE_ENV=production
```
Update npm dependencies:\
`npm update`
2020-11-12 15:48:24 +00:00
Build production files:\
`npm run prod`
## License
This project is licensed under the MIT License - see the [license](LICENSE) file for details