List of commits:
Subject Hash Author Date (UTC)
add mysql 798d32267444f4f26ce9215817720217970c5e06 Ivaylo Iliev 2017-08-27 14:33:00
run and build script a91daf3d789ac334eca951731504f1a17e79952d Ivaylo Iliev 2017-08-27 10:52:34
remove security checks 613463e0180c3e812194b0bac40aaef508d99823 Ivaylo Iliev 2017-08-27 10:52:12
add nasa api key a4f8c147880e69994a988a176298ed54dacc53db Ivaylo Iliev 2017-08-27 08:45:17
hello world json 636f0cca5234693152d25e8a6f7f2e812b39fa16 Ivaylo Iliev 2017-08-27 08:29:56
empty symfony app 9c121393c6caf39150b1eeaa274c978edef1425e Ivaylo Iliev 2017-08-26 23:05:32
update default nginx config 87638100759fe5cec69d45fbbcf7bbda3464131a Ivaylo Iliev 2017-08-26 23:03:30
Initial commit f0ac3b6d6f330c3ed2e5c760a30abf15601d0494 Ivaylo Iliev 2017-08-26 22:23:30
Commit 798d32267444f4f26ce9215817720217970c5e06 - add mysql
Author: Ivaylo Iliev
Author date (UTC): 2017-08-27 14:33
Committer name: Ivaylo Iliev
Committer date (UTC): 2017-08-27 14:33
Parent(s): a91daf3d789ac334eca951731504f1a17e79952d
Signing key:
Tree: a577819d2ea59ae1671282463af7a1c666a9cb8e
File Lines added Lines deleted
run 9 0
File run changed (mode: 100755) (index c703340..ec51dcf)
... ... else
18 18 printf "not running mongodb\n" printf "not running mongodb\n"
19 19 fi fi
20 20
21 read -p "Do you want to run mysql-server y/N? " -n 1 -r
22 echo # (optional) move to a new line
23 if [[ $REPLY =~ ^[Yy]$ ]]; then
24 echo # (optional) move to a new line
25 docker run --name mysql-server -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root --network isolated -d mysql
26 else
27 printf "not running mysql\n"
28 fi
29
21 30 if [ -n "$1" ]; then if [ -n "$1" ]; then
22 31 VERSION=$1 VERSION=$1
23 32 else else
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ranapat/nasa

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ranapat/nasa

Clone this repository using git:
git clone git://git.rocketgit.com/user/ranapat/nasa

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main