Skip to content

Commit 541a347

Browse files
authored
Update README.md
1 parent ae2633e commit 541a347

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,16 @@ A typical product (SaaS, etc.) usually consists of following services:
183183
- Start Web server: `npm start`, browse at http://localhost:5000
184184

185185
- **Deployment**
186-
- Switch to `deployment` directory `cd deployment`
187-
- Get the latest code `git pull`
188-
- Build containers `docker-compose up --build -d`
189-
- `up` = Builds, (re)creates, starts, and attaches to containers for a service.
190-
- `--build` = Build images before starting containers
191-
- `-d` = Detached mode: Run containers in the background, print new container names
192-
186+
- Deploy code
187+
1. Login to the server (SSH)
188+
2. Switch to `deployment` directory `cd deployment`
189+
3. Pull latest code `git pull`
190+
4. Build containers `docker-compose up --build -d`
191+
- `up` = Builds, (re)creates, starts, and attaches to containers for a service.
192+
- `--build` = Build images before starting containers
193+
- `-d` = Detached mode: Run containers in the background, print new container names
194+
- Resources
195+
- [Set Up Free SSL Certificates from Let's Encrypt using Docker and Nginx](https://humankode.com/ssl/how-to-set-up-free-ssl-certificates-from-lets-encrypt-using-docker-and-nginx)
193196

194197
- **Mobile**
195198
- Switch to `mobile` directory `cd frontend/app/mobile`
@@ -216,6 +219,12 @@ A typical product (SaaS, etc.) usually consists of following services:
216219
- iOS
217220
- Build: Open `frontend/app/mobile/ios/example.xcodeproj` in Xcode -> Choose Generic iOS Device (top left) -> Product (top menu) -> Archive.
218221
- Upload using Archiver (will open automatically once Arhive is complete)
222+
- Resources
223+
- [From react-native init to app stores real quick](https://blog.elao.com/en/dev/from-react-native-init-to-app-stores-real-quick/)
224+
- iOS App icon and splashscreen generator [appicon](https://www.appicon.build/)
225+
- Icon generator [makeappicon](https://makeappicon.com/)
226+
- Icons and splashscreen generator [imagegorilla](https://apetools.webprofusion.com/app/#/tools/imagegorilla)
227+
219228

220229
## Screenshots
221230

0 commit comments

Comments
 (0)