- Sitemap can be accessed at this URL:
${BASE_URL}/sitemap.xml
- Submit the sitemap to Google Search Console and Bing Search Webmaster.
- Ace Web Directory: https://www.acewebdirectory.com/
- AddonBiz: https://www.addonbiz.com/
- AngelList: https://angel.co/
rm -rf /Library/Caches/* | |
rm -rf ~/Library/Developer/Xcode/DerivedData/ | |
rm -rf ~/.npm/ |
${BASE_URL}/sitemap.xml
REMIX EXAMPLE PROJECT | |
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer. | |
It contains 3 directories: | |
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. | |
2. 'scripts': Holds two scripts to deploy a contract. It is explained below. | |
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity. | |
SCRIPTS |
REMIX EXAMPLE PROJECT | |
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer. | |
It contains 3 directories: | |
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. | |
2. 'scripts': Holds two scripts to deploy a contract. It is explained below. | |
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity. | |
SCRIPTS |
REMIX EXAMPLE PROJECT | |
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer. | |
It contains 3 directories: | |
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. | |
2. 'scripts': Holds two scripts to deploy a contract. It is explained below. | |
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity. | |
SCRIPTS |
wget http://download.redis.io/releases/redis-6.0.3.tar.gz | |
tar xzf redis-6.0.3.tar.gz | |
cd redis-6.0.3 | |
make | |
src/redis-server | |
sudo apt update -y | |
sudo apt install redis-server | |
sudo git clone --recursive https://github.com/RediSearch/RediSearch.git | |
sudo apt-get install make gcc -y | |
cd RedisSearch |
FROM node:10-alpine | |
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app | |
WORKDIR /home/node/app | |
COPY package*.json ./ | |
USER node |
version: 0.2 | |
phases: | |
install: | |
commands: | |
- npm i npm@latest -g | |
- pip install --upgrade pip | |
- pip install --upgrade awscli | |
pre_build: | |
commands: |