# Written before the test, About Akash Testnet 

By [wesley888](https://paragraph.com/@wesley888) · 2022-03-14

---

**_This is a test content about Akash Test Network, all contents are based on my own understanding, no investment advice is involved, cryptocurrency investment is a very high risk activity, if you do not understand please do not participate._**

This article is about some simple explanation and steps of Task 4 .

The challenge of 4.1 is about setting up a storable application space similar to a server, which requires a certain foundation for the computer.

First you need to go to the open source data network Github to find the code description of the project I attach the link here

[https://github.com/ovrclk/awesome-akash](https://github.com/ovrclk/awesome-akash)

Then we need to make some changes to the data model according to our needs, to facilitate our future use.

Found MongoDB and made some modifications. The modified file is as follows:

`---` `version: "2.0"`

`services:` `db:` `image: mariadb:10.6` `expose:` `- port: 3316` `as: 3316` `to:` `- global: true` `params:` `storage:` `data:` `mount: /var/lib/mysql` `profiles:` `compute:` `db-profile:` `resources:` `cpu:` `units: 1` `memory:` `size: 1Gi` `storage:` `- size: 512Mi` `- name: data` `size: 1Gi` `attributes:` `persistent: true` `class: beta2` `placement:` `westcoast:` `pricing:` `db-profile:` `denom: uakt` `amount: 10000.1` `deployment:` `db:` `westcoast:` `profile: db-profile` `count: 1`

Then simply copy the above to the GIST and save it.

[https://gist.github.com/](https://gist.github.com/)

Copy the created gist link to challenge 4.1 of the form and the challenge is complete

I hope this article can help friends who are just entering this field, I myself am also a newcomer in figuring out how to move forward, if there are incorrect places please point out

---

*Originally published on [wesley888](https://paragraph.com/@wesley888/written-before-the-test-about-akash-testnet)*
