- After cloning the repo,
cd
into this ditectory and then executenpm install && bower install
through terminal. - If you don't have
npm
installed, then first you need to installnvm
,- If you are on linux, execute
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.3/install.sh | bash
from the terminal. - If you are on windows, you need to install it from here.
- If you are on linux, execute
- Change the
nodejs
version by executingnvm install 0.10.35 && nvm use 0.10.35
. - Then run
npm install -g bower grunt grunt-cli express yo
. - Make sure you have
mongodb
installed. Else you can install it from your software-center. - Then run
grunt serve
. - If you are installing a new
bower
ornpm
package, do that using--save
flag. For example,npm install --save <package name>
orbower install --save <package name>
. This will ensure that the<package name>
is saved in the respectivepackage.json
andbower.json
files respectively. - You must install
ruby
andsass
forgrunt serve
to launch the app properly. You can installrvm
andsass
from these commands,gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable --ruby
sudo su -c "gem install sass"
- You also need to install
robomongo
from here which is an interface to view yourmongodb data
.
-
Notifications
You must be signed in to change notification settings - Fork 0
EventsPortal for Shaastra-2016
ShaastraWebops/EventsPortal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
EventsPortal for Shaastra-2016
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published